Test if a double-precision floating-point numeric value is NaN.
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.
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.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
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.
Reorder ndarray dimensions and associated strides for loop interchange.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Convert a linear index to an array of subscripts.
Exponential function.
Multidimensional array constructor.
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.
Test if a finite numeric value is an even number.
Create an uninitialized ndarray having a specified shape and data type.
Given a stride array, determine whether an array is row-major.
List of ndarray index modes.
Compute `x - nπ/2 = r`.
Convert an ndarray-like object to an ndarray.