You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine limits for real-valued floating-point data types.
49
+
Machine limits for floating-point data types.
50
50
51
51
Parameters
52
52
----------
53
53
type: Union[dtype, array]
54
-
the kind of real-valued floating-point data-type about which to get information.
54
+
the kind of floating-point data-type about which to get information. If complex, the information is about its component data type.
55
+
56
+
.. note::
57
+
Complex floating-point data types are specified to always use the same precision for both its real and imaginary components, so the information should be true for either component.
0 commit comments