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