Function kcl_lib::std::math::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).