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

csch computes the hyperbolic cotangent for each element of x.

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