numpy.mintypecode()
  • References/Python/NumPy/Routines/Data type routines

numpy.mintypecode(typechars, typeset='GDFgdf', default='d')

2025-01-10 15:47:30
numpy.find_common_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.find_common_type(array_types, scalar_types)

2025-01-10 15:47:30
numpy.promote_types()
  • References/Python/NumPy/Routines/Data type routines

numpy.promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1

2025-01-10 15:47:30
dtype.newbyteorder()
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.newbyteorder(new_order='S') Return a new dtype with a different byte order. Changes are also made in all

2025-01-10 15:47:30
numpy.issubdtype()
  • References/Python/NumPy/Routines/Data type routines

numpy.issubdtype(arg1, arg2)

2025-01-10 15:47:30
numpy.sctype2char()
  • References/Python/NumPy/Routines/Data type routines

numpy.sctype2char(sctype)

2025-01-10 15:47:30
dtype.hasobject
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.hasobject Boolean indicating whether this dtype contains any reference-counted objects in any fields or sub-dtypes

2025-01-10 15:47:30
numpy.MachAr()
  • References/Python/NumPy/Routines/Data type routines

class numpy.MachAr(float_conv=, int_conv=, float_to_float=, float_to_str= at 0x49c2ce2c>, title='Python floating point number')

2025-01-10 15:47:30
numpy.format_parser()
  • References/Python/NumPy/Routines/Data type routines

class numpy.format_parser(formats, names, titles, aligned=False, byteorder=None)

2025-01-10 15:47:30
iinfo.min
  • References/Python/NumPy/Routines/Data type routines/numpy.iinfo

iinfo.min Minimum value of given dtype.

2025-01-10 15:47:30