Skip to content

1.14.0

Compare
Choose a tag to compare
@leif-ibsen leif-ibsen released this 24 Sep 15:27
· 7 commits to master since this release

New in release 1.14.0:

  1. Continued fractions are supported: A BFraction instance can be created from a continued fraction
    represented as a sequence of integers.
    A continued fraction (a sequence of integers) can be created from a BFraction instance.

  2. A new BFraction static function computes harmonic numbers, like 1 + 1/2 + ... + 1/n.

  3. General improved performance in BFraction arithmetic.