UNPKG

@hastom/fixed-point

Version:

Light lib for fixed point math made around native bigint

4 lines (3 loc) 207 B
export { FixedPoint, PrecisionResolution, Decimals, Rounding } from './FixedPoint' export { fpFromDecimal, fpFromInt } from './parsers' export { min, max, min2, max2, abs, pow10, toPrecision } from './math'