Back to Type Conversion
finfo
Machine limits (eps, max, tiny, precision) for a floating-point type.
Syntax
finfo(T) → A formatted String describing the type
Backends
TypeScript
Description
Prints a NumPy-style machine parameter table for the given float or complex type. Complex types resolve to their component float type.
Parameters
| Name | Description |
|---|---|
| T | A float/complex Type or dtype string |
Returns
A formatted String describing the type
Examples
Try It
>> finfo(Float128)