UNPKG

@hastom/fixed-point

Version:

Light lib for fixed point math made around native bigint

5 lines (4 loc) 251 B
export declare const toPrecision: (base: bigint, to: bigint, from: bigint) => bigint; export declare const min: (...args: bigint[]) => bigint; export declare const max: (...args: bigint[]) => bigint; export declare const abs: (arg: bigint) => bigint;