Data type routines
Returns |
|
Returns the type that results from applying the NumPy type promotion rules to the arguments. |
Creating data types
Create a data type object. |
Data type information
Returns machine limits for floating-point data types. |
|
Returns machine limits for integer data types. |
Data type testing
Returns True if first argument is a typecode lower/equal in type hierarchy. |
|
Determine if the first argument is a subclass of the second argument. |