pub async fn atan2( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the four quadrant arctangent of Y and X (in radians).