math-float32-exponent
Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
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).
Safer floating-point math operations in JavaScript that return results we expect, so that 0.1 + 0.2 adds up to 0.3, e.g. Customized and fixed from package '@dfkaye/safe-math'
BigFloat for Javascript
For handling floating point numbers in JavaScript without losing precision
Floating point complex division in TypeScript
An Angular service wrapper for Float Toolkit
Float Toolkit is an NPM package for working with floating-point numbers.
A React hook wrapper for Float Toolkit
Precision based math operations
Utility for converting 16-bit floats
Precise number scaling and formatting without JavaScript floating-point precision issues