Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
coth
hyperbolic cotangent
Syntax
[t] = coth(x)
Arguments
- x
a real or complex vector or matrix.
- t
a real or complex vector or matrix.
Description
The elements of t
are the hyperbolic
cotangent of elements of x
.
See also
- cotg — cotangent
Report an issue | ||
<< cotg | Trigonometry | csc >> |