Kaba function math.atan2 ed
...
Syntax ed
func static pure math.atan2(x: f32, y: f32) -> f32
func static pure math.atan2(x: f64, y: f64) -> f64
Parameters ed
- x: f32
- ...
- y: f32
- ...
Return ed
...
...
func static pure math.atan2(x: f32, y: f32) -> f32
func static pure math.atan2(x: f64, y: f64) -> f64
...