pub fn sin(angle: AngleLike) -> f64
Calculates the sine of an angle.
When called with an integer or a float, they will be interpreted as radians.
#calc.sin(1.5) \ #calc.sin(90deg)