Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

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: