Round a numeric value to the nearest integer.
Evaluate the natural logarithm of a double-precision floating-point number.
Compute the sine of a double-precision floating-point number on [-π/4, π/4].
The maximum biased base 2 exponent for a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Compute the sum of an infinite series.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Continued fraction approximation.
Compute `x - nπ/2 = r`.
Chi-squared distribution cumulative distribution function (CDF).
Gamma distribution cumulative distribution function (CDF).
Test if an input value is a supported input ndarray casting policy.
Return the minimum value.
Modulus function.
Compute exp(x) - 1.
Multidimensional Arrays
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Resolve the input ndarray casting data type for a unary function.
Reorder ndarray dimensions and associated strides for loop interchange.
Evaluate ln(1+x) - x.
Evaluate a factorial.
Inverse complementary error function.
Create a function for generating pseudorandom values drawn from a binary PRNG.