UNPKG

@hastom/fixed-point

Version:

Light lib for fixed point math made around native bigint

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