Function atan2

Source
pub async fn atan2(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the four quadrant arctangent of Y and X (in radians).