Revision history for Math-BigNum

0.03    2016-08-02
        - Minor performance improvement in the creation of BigNum objects with integers or fractions.
        - Changed the result of (-Inf)^(Float) from NaN to Inf.
        - Changed the result of sqrt(-Inf) from NaN to Inf.
        - Improved the documentation.

0.02    2016-06-02
        - Support for decimal numbers with underscores (`_`)
        - Fixed a non-portable test.

0.01    2016-05-02
        - First version, released on an unsuspecting world.