Skip to content

Releases: tompazourek/Rationals

.NET Standard support, IComparable, test improvements

11 Mar 14:06
Compare
Choose a tag to compare

Added rational approximation of floating point types

02 Jul 15:47
Compare
Choose a tag to compare

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)

Fixed nuget target

02 Jul 12:44
Compare
Choose a tag to compare

Continued fractions

02 Jul 12:21
Compare
Choose a tag to compare

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

Published on NuGet

02 Jul 12:17
Compare
Choose a tag to compare
1.0.0

Fixed .nuspec file.