Function kcl_lib::std::math::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).