UNPKG

decimal128

Version:

Partial implementation of IEEE 754 Decimal128 decimal floating-point numbers

5 lines (4 loc) 72 B
function floor(d) { return d.round(0, "floor"); } export { floor };