Function tan

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