public static void _V_Tan(Index size, ArrayView <float> output, ArrayView <float> v) { var x = size.X; output[x] = GPUMath.Tan(v[x]); }