exponential-number
v1.3.1
Published
Small package with class to work with big numbers. This class allows to work with 1e...(1.8e308)...e1e100. Allowed methods
Downloads
31
Maintainers
Readme
This is a small package to work with big numbers.
Package developed with TypeScript.
Package contains ExponentNumber class to work with
Maximum allowed number size: 1e...(1.8e308)...e1e100
Available methods: plus, minus, multiply, divide, power, root, sqrt, power, logb, log10 greaterThan, equal, greaterThanOrEqual
