Function sin

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

AldanTanneo’s sin approximation (since std’s sin implementation isn’t const yet)