pub fn vec_log(dst: &mut [f32], src: &[f32])
Natural logarithm: dst[i] = ln(src[i]).
dst[i] = ln(src[i])