pub fn sqrt_atan2(x: i32, y: i32, z: i32) -> (i32, i32)
Returns F*sqrt(x**2 + y**2), z + atan2(y, x)/PI
F*sqrt(x**2 + y**2), z + atan2(y, x)/PI