All Versions
9
Latest Version
Avg Release Cycle
116 days
Latest Release
1593 days ago
Changelog History
Changelog History
-
v1.3.3 Changes
January 15, 2019 -
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