pub fn exp_with(x: &[f32], implementation: F32Transcendental, out: &mut [f32])Expand description
Fills out with exp(x) under the selected implementation.
ยงPanics
Panics if out is not the same length as x.
pub fn exp_with(x: &[f32], implementation: F32Transcendental, out: &mut [f32])Fills out with exp(x) under the selected implementation.
Panics if out is not the same length as x.