Skip to content

v0.2.8

Compare
Choose a tag to compare
@twiby twiby released this 22 Sep 17:36
· 47 commits to main since this release
7f0f5e9
  • fix compilation for apple-darwin-x86_64
  • introduce an API rsub_assign similar to sub_assign reversed to avoid unnecessary allocation
  • fix random generation's very least significant numbers in some cases
  • avoid unnecessary reallocations in add_assign
  • introduce an API set_to_mul to reuse an existing integer's allocation to be the result of a multiplication operation
  • introduce a (private for now) new integer type BigFloat, whose definition is used internally, but whose public API is still in the process of stabilization.