fn from_f32()

in src/main.rs [128:131]


    fn from_f32(f: f32) -> Self;
}

impl VariablePrecisionFloat for f32 {