pub fn sin_f32(data: &[f32], out: &mut [f32]) -> Result<()>
Compute sine element-wise
Returns an error if slice lengths don’t match