pub fn absf(x: f64) -> f64
Returns the absolute value of float parameter x (i.e. positive value).
x
# a is 1.2 var a = absf(-1.2)