UNPKG

@numio/bigmath

Version:

@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)

5 lines (4 loc) 216 B
import type { CalcLast, HandleCarryOver, HandleTail } from "./types.d.ts"; export declare const handleTail: HandleTail; export declare const handleCarryOver: HandleCarryOver; export declare const calcLast: CalcLast;