Macro f32

Source
macro_rules! f32 {
    ($value:expr) => { ... };
}
Expand description

Creates a new F32 from a floating-point literal.