pub async fn cos( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the cosine of a number (in radians).