Skip to main content

Single

Type Alias Single 

Source
pub type Single = IeeeFloat<SingleS>;
Expand description

IEEE binary32 single-precision (32-bit) floating point number.

Aliased Typeยง

pub struct Single { /* private fields */ }