kcl_lib::std::math

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).