[][src]Function lokacore::abs_f32

pub fn abs_f32(f: f32) -> f32

f32 absolute value, because it's std only right now.

will probably be removed if f32::abs becomes core.