Kaba function math.sign ed

...

Syntax ed

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

Parameters ed

f: f64
...

Return ed

...