]> Lady’s Gitweb - Pisces/commit
Add to⸺Notation functions to numeric.js
authorLady <redacted>
Tue, 20 Sep 2022 03:39:11 +0000 (20:39 -0700)
committerLady <redacted>
Fri, 12 May 2023 03:56:48 +0000 (20:56 -0700)
commitcb5a5ceca492121141a12d921afc78dbde7fbfa1
tree7d83d2e4ce35cc4885645a889a17a26ebb4e90a9
parentd78461254503ec9dab25d0a7518538e9149618e2
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.
numeric.js
numeric.test.js
This page took 0.023692 seconds and 4 git commands to generate.