fnvrec_f64void vrec_f64(const double * in, double * out, int n)sourceeditDouble-precision reciprocal. Uses vvrec.References Accelerate.framework vvrec.Parametersinconst double*Input buffer.outdouble*Output buffer.nstd::size_tElement count.