Function core::num::from_f32Experimental
[-]
[+]
[src]
pub fn from_f32<A: FromPrimitive>(n: f32) -> Option<A>
A utility function that just calls FromPrimitive::from_f32
.