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) 110 B
import type { Abs } from "./types.d.ts"; /** Get absolute value of a number */ export declare const abs: Abs;