Function sin

Source
pub const fn sin(x: f64) -> f64
Expand description

Sine

const SIN_PI: f64 = sin(PI);
float_eq(SIN_PI, 0.0);