Skip to main content

exp_with

Function exp_with 

Source
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.