Skip to main content

vec_log

Function vec_log 

Source
pub fn vec_log(dst: &mut [f32], src: &[f32])
Expand description

Natural logarithm: dst[i] = ln(src[i]).