Kaba function math.abs ed

...

Syntax ed

func pure math.abs() -> f32
func static pure math.abs(i: i32) -> i32
func static pure math.abs(i: i64) -> i64
func static pure math.abs(f: f32) -> f32
func static pure math.abs(f: f64) -> f64
func static pure math.abs(z: Complex) -> f32

Parameters ed

i: i32
...

Return ed

...