Function kcl_lib::std::math::cos

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

Compute the cosine of a number (in radians).