mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* Test for roundoff error due to offset * Set result to exactly 0 if it is within config.epsilon of 0 * Add more offset conversion tests * Represent degR unit value as a Fraction(5, 9) * Accurately convert from fraction to bignumber * Add more tests demonstrating the improved offset conversions --------- Co-authored-by: Jos de Jong <wjosdejong@gmail.com>