tinymist_std::typst::foundations::calc

Function sin

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

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)