[][src]Function lokacore::abs_f64

pub fn abs_f64(f: f64) -> f64

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

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