fnvtan_f32void vtan_f32(const float * in, float * out, int n)sourceeditSingle-precision elementwise tangent.Computes outi=tan(ini)\text{out}_i = \tan(\text{in}_i)outi=tan(ini) via vvtanf. References Accelerate.framework vvtanf.Parametersinconst float*Input buffer (radians).outfloat*Output buffer.nstd::size_tElement count.