Math iterators for special functions.
Standard math.
Multiply a double-precision floating-point number by an integer power of two.
Compute the absolute value of a double-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Exponential function.
Gamma function.
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Natural exponential function.
Natural logarithm of the gamma function.
Compute the principal square root of a double-precision floating-point number.
Round a double-precision floating-point number toward negative infinity.
Round a double-precision floating-point number toward zero.
Create an iterator which rounds each iterated value to the nearest integer.
Complementary error function.
Evaluate the natural logarithm of 1+x.
Create an iterator which evaluates the ramp function for each iterated value.
Create an iterator which rounds each iterated value toward negative infinity.
Return the maximum value.
Compute sin(πx).
Round a double-precision floating-point number toward positive infinity.
Compute gamma(x+1) - 1.
Compute the sine of a number.
Create an iterator which evaluates the binary logarithm for each iterated value.