Function std::num::from_f32Unstable [-] [+] [src]

pub fn from_f32<A>(n: f32) -> Option<A> where A: FromPrimitive

A utility function that just calls FromPrimitive::from_f32.