const-pinf-float64
Positive infinity.
Found 107 results for compute-io
Positive infinity.
Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Negative infinity.
Computes an absolute value.
Evaluates a polynomial.
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.
Sets the less significant 32 bits of a double-precision floating-point number.
Natural exponential function.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Rounds a numeric value toward positive infinity.
Rounds a numeric value toward negative infinity.
Multiplies a double-precision floating-point number by an integer power of two.
Returns a double-precision floating-point number with the magnitude of x and the sign of y.
Smallest positive double-precision floating-point number.
Error function.
Rounds a numeric value toward zero.
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
Computes the principal square root.
Complementary error function.
Computes the square root of a sum of squares.
Negative infinity.
Positive infinity.
Natural logarithm.
Exponential function.
Returns a string giving the literal bit representation of a single-precision floating-point number.
Evaluates a rational function.
Pi.
Inverse complementary error function.
Computes sin(πx).
Inverse error function.
Natural logarithm of the gamma function.
Computes the sine of a number.
Computes the cosine of a number.
Computes the tangent of a number.
Digamma function.
Returns the next representable double-precision floating-point number after x toward y.
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.
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.
Scales elements of `x` by a constant `alpha`.
Natural logarithm of 2.
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.