Skip to main content

sin_with

Function sin_with 

Source
pub fn sin_with(x: &[f32], implementation: F32Transcendental, out: &mut [f32])
Expand description

Fills out with sin(x) under the selected implementation.

ยงPanics

Panics if out is not the same length as x.