math-float32-from-bits
Creates a single-precision floating-point number from a literal bit representation.
Found 107 results for compute-io
Creates a single-precision floating-point number from a literal bit representation.
Computes the L2 norm (Euclidean norm).
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.
Euler's number.
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.
Square root of 2.
Riemann Zeta function.
Base 2 logarithm of Euler's number.
Copies values from x into y.
Natural logarithm of 2.
Scales elements of `x` by a constant `alpha`.
Natural logarithm of the square root of 2π.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
2π.
Multiplies x and a constant and adds the result to y.
Returns a string giving the literal bit representation of a single-precision floating-point number.
Finds the first element equal to the maximum absolute value of x and returns the element index.
Natural logarithm of 10.
Computes the sum of absolute values (L1 norm).
Maximum double-precision floating-point number.
Computes exp(x) - 1.
Returns a string giving the literal bit representation of an unsigned 8-bit integer.
Square root of double-precision floating-point epsilon.
Standard Math library.
Computes the dot product of x and y.
Maximum single-precision floating-point number.
Effective number of bits in the significand of a double-precision floating-point number.
Computes the absolute difference of two real numbers.
Maximum single-precision floating-point number.
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.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Computes the natural logarithm of 1+x.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
Natural logarithm of the beta function.
Cube root of double-precision floating-point epsilon.
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.
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
Computes cos(πx).
Interchanges the elements of x and y.
Effective number of bits in the significand of a half-precision floating-point number.
Returns a string giving the literal bit representation of an unsigned 32-bit integer.
Square root of 1/2.
Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Effective number of bits in the significand of a single-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as 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.
Base 10 logarithm of Euler's number.
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.
Computes the binomial coefficient.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Beta function.