Search
Search Results
Search finished, found 15 page(s) matching the search query.
- numpy.iinfo
...NumPy reference Routines and objects by topic Data type routines numpy.iinfo...
- numpy.iinfo.max
...numpy.iinfo.max...
- numpy.iinfo.min
...numpy.iinfo.min...
- numpy.iinfo (Python class, in numpy.iinfo)
- Data types
...flexible. This means Python integers may expand to accommodate any integer and will not overflow. NumPy provides numpy.iinfo and numpy.finfo to verify the minimum or maximum values of NumPy integer and floating point values respectively >>...
- NumPy 1.12.0 Release Notes
...ent instead of a filename or open file object. New bits attribute for np.finfo This makes np.finfo consistent with np.iinfo which already has that attribute. New signature argument to np.vectorize This argument allows for vectorizing us...
- NumPy 1.24 Release Notes
...succeed before. Such code was mainly useful for unsigned integers with negative values such as np.uint8(-1) giving np.iinfo(np.uint8).max. Note that conversion between NumPy integers is unaffected, so that np.array(-1).astype(np.uint8) co...
- NumPy 1.8.0 Release Notes
...This does not effect the NpyIter_New or NpyIter_MultiNew functions. The functions nanargmin and nanargmax now return np.iinfo[‘intp’].min for the index in all-NaN slices. Previously the functions would raise a ValueError for array returns a...
- NumPy 2.0.0 Release Notes
...on of out of bounds python integers to integer arrays. For example, conversion of 255 to int8 will not return -1. numpy.iinfo(dtype) can be used to check the machine limits for data types. For example, np.iinfo(np.uint16) returns min = 0 an...
- numpy.finfo
...e, or instanceKind of floating point or complex floating point data-type about which to get information. See also iinfoThe equivalent for integer data types. spacingThe distance between a value and the nearest adjacent number nextaf...
- numpy.iinfo
...NumPy reference Routines and objects by topic Data type routines numpy.iinfo...
- numpy.iinfo.max
...numpy.iinfo.max...
- numpy.iinfo.min
...numpy.iinfo.min...
- numpy.iinfo.max (Python property, in numpy.iinfo.max)
- numpy.iinfo.min (Python property, in numpy.iinfo.min)