Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is infinite.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Resolve the output ndarray data type for a binary function.
Multiply a double-precision floating-point number by an integer power of two.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Resolve a loop block size for multi-dimensional array tiled loops.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Natural logarithm of the gamma function.
Round a double-precision floating-point number toward zero.
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.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Exponential function.
List of ndarray data types.
Test if a value is ndarray-like.
Test if an input value is a supported ndarray casting mode.
Round a numeric value to the nearest integer.
Given a stride array, determine whether an array is column-major.
Test if a finite numeric value is an even number.
Create an uninitialized ndarray having a specified shape and data type.
List of ndarray index modes.