@numio/bigmath
Version:
@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)
8 lines (7 loc) • 353 B
TypeScript
export declare const UP = "up";
export declare const DOWN = "down";
export declare const HALF_UP = "half-up";
export declare const HALF_DOWN = "half-down";
export declare const HALF_EVEN = "half-even";
export declare const HALF_ODD = "half-odd";
export declare const ROUND_MODE: readonly ["up", "down", "half-up", "half-down", "half-even", "half-odd"];