Function atan

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

Compute the arctangent of a number (in radians).