Rationals v1.2.0 Release Notes

Release Date: 2016-07-02 // over 7 years ago
  • 📜 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)