Equana

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

NameDescription
TA float/complex Type or dtype string

Returns

A formatted String describing the type

Examples

Try It
>> finfo(Float128)

See Also