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