Function tan

Source
pub async fn tan(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the tangent of a number (in radians).