tanh
hyperbolic tangent
a.tanh
tanh(a)
(
{
var a;
a = Line.ar(-pi, pi, 0.01);
a.tanh
}.plot)