UNPKG

decimal128

Version:

Partial implementation of IEEE 754 Decimal128 decimal floating-point numbers

4 lines (3 loc) 121 B
import { Decimal128 } from "../src/Decimal128.mjs"; declare function floor(d: Decimal128): Decimal128; export { floor };