pub fn vec_exp(dst: &mut [f32], src: &[f32])
Natural exponential: dst[i] = exp(src[i]).
dst[i] = exp(src[i])