You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.