Data Type Functions¶
Array API specification for data type functions.
A conforming implementation of the array API standard must provide and support the following data type functions.
Objects in API¶
|
Copies an array to a specified data type irrespective of Type Promotion Rules rules. |
|
Broadcasts one or more arrays against one another. |
|
Broadcasts an array to a specified shape. |
|
Determines if one data type can be cast to another data type according Type Promotion Rules rules. |
|
Machine limits for floating-point data types. |
|
Machine limits for integer data types. |
|
Returns the dtype that results from applying the type promotion rules (see Type Promotion Rules) to the arguments. |