pub unsafe fn vd_exp(n: usize, a: *const f64, b: *mut f64)
Calculates the exponential of each element in an array of f64 for length n, with the precision of 1e-6