tinymist_std::typst::foundations::calc

Function tan

pub fn tan(angle: AngleLike) -> f64
Expand description

Calculates the tangent of an angle.

When called with an integer or a float, they will be interpreted as radians.

#calc.tan(1.5) \
#calc.tan(90deg)