res = sech(x)
sech computes the Hyperbolic secant for each element of x.
X = [3*pi, 2*pi, pi, 0]; R = sech(X)