fn from_f32()

in src/main.rs [132:134]


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