UNPKG

exactnumber

Version:

Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.

12 lines (9 loc) 568 B
export { ExactNumber } from './ExactNumber'; export { RoundingMode, ModType, ExactNumberType, ExactNumberParameter } from './types'; // export { nthroot, sqrt, cbrt } from './approx/roots'; // export { pow, exp } from './approx/exponential'; // export { log, logn, log10, log2 } from './approx/logarithm'; // export { PI, sin, cos, tan } from './approx/trigonometry'; // export { asin, acos, atan } from './approx/inverse_trigonometry'; // export { sinh, cosh, tanh } from './approx/hyperbolic'; // export { asinh, acosh, atanh } from './approx/inverse_hyperbolic';