Showing 1-20 of 74 packages
Mathematical module
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.
Computes the principal square root.
Natural exponential function.
Splits a floating-point number into a higher order word and a lower order word.
Creates a double-precision floating-point number from a higher order word and a lower order word.
Multiplies a double-precision floating-point number by an integer power of two.
Exponential function.
Returns a double-precision floating-point number with the magnitude of x and the sign of y.
Rounds a numeric value toward positive infinity.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Evaluates a polynomial.
Sets the less significant 32 bits of a double-precision floating-point number.
Computes the square root of a sum of squares.
Rounds a numeric value toward negative infinity.
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
Error function.
Returns a string giving the literal bit representation of a single-precision floating-point number.