pub fn tan(angle: AngleLike) -> f64
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)