Skip to main content

TotalF16

Type Alias TotalF16 

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

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

Aliased Typeยง

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