Skip to main content

sin_f32

Function sin_f32 

Source
pub fn sin_f32(data: &[f32], out: &mut [f32]) -> Result<()>
Expand description

Compute sine element-wise

§Errors

Returns an error if slice lengths don’t match