sech
Hyperbolic secant.
📝Syntax
res = sech(x)
📥Input Arguments
Parameter Description
x a numeric value
📤Output Arguments
Parameter Description
res a numeric value
📄Description

sech computes the Hyperbolic secant for each element of x.

💡Examples
X = [3*pi, 2*pi, pi, 0];
R = sech(X)
🔗See Also
cosh
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub