Data type routines

can_cast
promote_types
min_scalar_type
result_type
common_type
obj2sctype

Creating data types

dtype Create a data type object.
format_parser(formats, names, titles[, ...]) Class to convert formats, names, titles description to a dtype.

Data type information

finfo Machine limits for floating point types.
iinfo(type) Machine limits for integer types.
MachAr([float_conv, int_conv, ...]) Diagnosing machine parameters.

Data type testing

issctype
issubdtype
issubsctype
issubclass_
find_common_type

Miscellaneous

typename
sctype2char
mintypecode

Table Of Contents

Next topic

numpy.can_cast

This Page