Skip to main content

TotalF128

Type Alias TotalF128 

Source
pub type TotalF128 = Total<f128>;
Available on crate feature float_nightly_experimental only.
Expand description

Total ordered f128, all values valid, including NaN, -0.0, +0.0, and infinities.

Aliased Typeยง

pub struct TotalF128(/* private fields */);