y = tan(x) Y = tan(X) (Real |Real|Complex) y; Array Y; (Integer|Real|Complex) x; Array X;
>> y = tan(0.5) y = 0.546302
>> x = [-PI/3:0.05:PI/3]; >> mgplot(1, x, tan(x), {"tan(x)"});