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)

3 lines (2 loc) 106 B
/** This function subtracts numbers (as string). */ export declare function sub(array: string[]): string;