kcl_lib::std::math

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