Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Return the data type of an array.
Determine the minimum array data type for storing a provided signed integer value.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Return an accessor function for setting an element in an indexed array-like object.
Array constructors.
Return the single letter character abbreviation for an underlying array data type.
Return the alignment (in bytes) for an underlying array data type.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
List of ndarray data type strings.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Create a typed array.
Multidimensional arrays.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Typed array constructors.
Return the description for a provided data type.
Round a double-precision floating-point number toward zero.
Return the enumeration constant associated with an ndarray data type string.
Return the enumeration constant associated with a supported ndarray data type value.