pub fn exp_slice<T: Transcendental, const N: usize, V>(
input: &[T],
output: &mut [T],
)where
V: VectorTranscendental<T, N>,Expand description
Element-wise exponent of a slice
pub fn exp_slice<T: Transcendental, const N: usize, V>(
input: &[T],
output: &mut [T],
)where
V: VectorTranscendental<T, N>,Element-wise exponent of a slice