From: Lady Date: Tue, 20 Sep 2022 03:39:11 +0000 (-0700) Subject: Add to⸺Notation functions to numeric.js X-Git-Tag: 0.3.0~9 X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/cb5a5ceca492121141a12d921afc78dbde7fbfa1?ds=inline;hp=cb5a5ceca492121141a12d921afc78dbde7fbfa1 Add to⸺Notation functions to numeric.js The default Number::toString method provides a result which is difficult to parse. Number::toExponential and Number::toFixed are better; they are now provided via toExponentialNotation and toFixedDecimalNotation. Support for big·ints has been added as well. ---