NumPy Data type: finfo() function
numpy.finfo() function
Machine limits for floating point types.
Version: 1.15.0
Syntax:
class numpy.finfo(dtype)
Parameter:
Name | Description | Required / Optional |
---|---|---|
dtype : float, dtype, or instance | Kind of floating point data-type about which to get information. | Required |
Python Code Editor: