mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* feat: extend function `fraction` with support for units (see #2918) * fix: update the TypeScript definitions with the new `math.fraction(value: Unit)` support * feat: implement `math.bignumber(value: Unit)` * feat: update type definitions of function `math.bignumber` * fix: linting issue * feat: implement support for `math.number(unit)` (was formerly throwing an exception)