Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@leif-ibsen leif-ibsen released this 06 Aug 11:12
· 34 commits to master since this release

New in release 1.5.0:

BigInt release 1.5.0 supports fractions through a new structure 'BFraction' with numerators and denominators of unbounded size.
Standard arithmetic, comparison and rounding functions are supported.

A bug in the 'gcdExtended' function is fixed, so that it works correctly for negative inputs.