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