kcl_lib::std::math

Function acos

source
pub async fn acos(
    _exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the arccosine of a number (in radians).