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) 202 B
import type { IsLeftGreaterOrEqual } from "./types.d.ts"; /** This function returns if left value is greater than right value or equal*/ export declare const isLeftGreaterOrEqual: IsLeftGreaterOrEqual;