You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library for working with arbitrary precision decimal numbers. Numbers are represented by a mantissa (bigint) and an exponent (number). Division may fail if the resulting number is cannot be represented with a fixed number of decimals (like 1/3).
6
+
A library for working with arbitrary precision decimal numbers. Numbers are represented by a mantissa (bigint) and an
7
+
exponent (number). Division may fail if the resulting number cannot be represented with a fixed number of decimals (like
0 commit comments