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)

4 lines (3 loc) 117 B
import type { Sort } from "./types.d.ts"; /** Using this function sort an array. */ export declare const sort: Sort;