const fn sin(x: f64) -> f64
AldanTanneo’s sin approximation (since std’s sin implementation isn’t const yet)