UNPKG

exactnumber

Version:

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

3 lines (2 loc) 133 B
export { ExactNumber } from './ExactNumber'; export { RoundingMode, ModType, ExactNumberType, ExactNumberParameter } from './types';