All Versions
9
Latest Version
Avg Release Cycle
116 days
Latest Release
1890 days ago

Changelog History

  • v1.3.3 Changes

    January 15, 2019
    • ๐Ÿ›  Fixed bug in the magnitude computation. (#20, thanks to @0jpq0)
  • v1.3.2 Changes

    September 15, 2018
    • ๐Ÿ›  Fixed wrong decimal conversion when numerator and denominator is negative (#18, thanks to @iiwaasnet)
  • v1.3.1

    November 18, 2017
  • v1.3.0 Changes

    November 11, 2017
    • ๐Ÿ”€ Merged PR #13.
    • ๐Ÿ”จ internal refactorings.
    • ๐Ÿ†• new Abs, Log, Root, RationalRoot operations
    • now targetting .NET Standard 1.4, .NET Standard 2.0, .NET 4.6 and .NET 4.7
  • v1.2.1 Changes

    March 11, 2017
  • v1.2.0 Changes

    July 02, 2016

    ๐Ÿ“œ double, float and decimal can now be converted to rational numbers through explicit conversion, can be parsed as strings, and also converted using the Approximate function.

    This function allows for specifying tolerance, increasing tolerance will lead to simpler fractions (e.g. 4/3 instead of 1333/100 when converting 1.333)

  • v1.1.1

    July 02, 2016
  • v1.1.0 Changes

    July 02, 2016

    โž• Added support for expanding rational numbers to continued fractions (sequence of coefficients) and constructing rational numbers from continued fractions.

  • v1.0.0

    July 02, 2016