Module nstd_sys::core::fty

source ·
Available on crate feature nstd_core only.
Expand description

Provides functions for examining and operating on floating point types.

Functions

Returns infinity represented as NSTDFloat32.
Returns infinity represented as NSTDFloat64.
Returns the largest finite value representable by NSTDFloat32.
Returns the largest finite value representable by NSTDFloat64.
Returns the smallest finite value representable by NSTDFloat32.
Returns the smallest finite value representable by NSTDFloat64.
Returns NaN represented as NSTDFloat32.
Returns NaN represented as NSTDFloat64.
Returns negative infinity represented as NSTDFloat32.
Returns negative infinity represented as NSTDFloat64.