math-float32-frexp
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Found 72 results for math.io
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Computes cos(πx).
Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Computes a factorial.
Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Gamma function.
Computes the relative difference of two real numbers in units of double-precision floating-point epsilon.
Computes the relative difference of two real numbers.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Beta function.
Computes the binomial coefficient.