math-float64-get-high-word
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Found 72 results for math.io
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Computes an absolute value.
Splits a floating-point number into a higher order word and a lower order word.
Evaluates a polynomial.
Natural exponential function.
Creates a double-precision floating-point number from a higher order word and a lower order word.
Rounds a numeric value toward positive infinity.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Rounds a numeric value toward negative infinity.
Sets the less significant 32 bits of a double-precision floating-point number.
Returns a double-precision floating-point number with the magnitude of x and the sign of y.
Multiplies a double-precision floating-point number by an integer power of two.
Error function.
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
Rounds a numeric value toward zero.
Computes the principal square root.
Complementary error function.
Computes the square root of a sum of squares.
Exponential function.
Natural logarithm.
Returns a string giving the literal bit representation of a single-precision floating-point number.
Evaluates a rational function.
Computes sin(πx).
Inverse complementary error function.
Computes the sine of a number.
Inverse error function.
Computes the cosine of a number.
Natural logarithm of the gamma function.
Computes the tangent of a number.
Returns the next representable double-precision floating-point number after x toward y.
Digamma function.
Rounds a numeric value to the nearest integer.
Converts a double-precision floating-point number to the nearest single-precision floating-point number.
Creates a single-precision floating-point number from a literal bit representation.
Returns a string giving the literal bit representation of a double-precision floating-point number.
Returns a string giving the literal bit representation of a double-precision floating-point number.
Computes bˣ - 1.
Returns an integer corresponding to the significand of a single-precision floating-point number.
Creates a double-precision floating-point number from a literal bit representation.
Signum function.
Returns the next representable single-precision floating-point number after x toward y.
Dirichlet eta function.
Rounds a numeric value to the nearest multiple of 10^n.
Riemann Zeta function.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Returns a string giving the literal bit representation of a single-precision floating-point number.
Computes exp(x) - 1.
Returns a string giving the literal bit representation of an unsigned 8-bit integer.
Standard Math library.
Computes the absolute difference of two real numbers.
Returns a string giving the literal bit representation of an unsigned 16-bit integer.
Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Computes the natural logarithm of 1+x.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Natural logarithm of the beta function.
Sets the more 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).
Returns a string giving the literal bit representation of an unsigned 16-bit integer.
Returns a string giving the literal bit representation of an unsigned 32-bit integer.
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.