kcl_lib::std::math

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