Kaba function math.pow ed

...

Syntax ed

func static pure math.pow(x: f32, exp: f32) -> f32
func static pure math.pow(x: f64, exp: f64) -> f64

Parameters ed

x: f64
...

exp: f64
...

Return ed

...