math-float32-nextafter
Returns the next representable single-precision floating-point number after x toward y.
Returns the next representable single-precision floating-point number after x toward y.
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Returns an integer corresponding to the significand of a single-precision floating-point number.
Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
use numeral automatically
Type-based calculation does right.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Enforce finance-safe calculations using BigNumber instead of native JavaScript arithmetic and Math functions.
num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE
num7 - SUPREME PRECISION GENERAL PURPOSE ARITHMETIC-LOGIC DECIMAL LIBRARY PACKAGE FOR JAVASCRIPT LANGUAGE
```typescript import { hexIeee754_32ToNum, numToIeee754_32Hex } from "ieee754-hex";
Enforce finance-safe calculations using BigNumber instead of native JavaScript arithmetic and Math functions.
The minimum base 10 exponent for a subnormal double-precision floating-point number.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Natural logarithm of the smallest normalized double-precision floating-point number.
Minimum safe double-precision floating-point integer.