@stdlib/ndarray-casting-modes
List of ndarray casting modes.
List of ndarray casting modes.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the next larger ndarray data type of the same kind.
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.