1.14.0
New in release 1.14.0:
-
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. -
A new BFraction static function computes harmonic numbers, like 1 + 1/2 + ... + 1/n.
-
General improved performance in BFraction arithmetic.