@stdlib/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
Size (in bytes) of a half-precision floating-point number.
Half-precision floating-point positive infinity.
Effective number of bits in the significand of a half-precision floating-point number.
Smallest positive normalized half-precision floating-point number.
Smallest positive half-precision floating-point subnormal number.
Square root of half-precision floating-point epsilon.
Single-precision floating-point mathematical constants.
Mask for excluding the sign bit of a single-precision floating-point number.
Cube root of single-precision floating-point epsilon.
Test if a value is a Float64Array.
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
Decompose a double-precision floating-point number into integral and fractional parts.
Enforce finance-safe calculations using BigNumber instead of native JavaScript arithmetic and Math functions.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object