Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
acoth
element wise hyperbolic cotangent inverse.
Syntax
y = acoth(x)
Arguments
- x
a real or complex array.
- y
a real or complex array.
Description
Computes the element wise hyperbolic cotangent inverse of the argument.
Sample
Used Functions
this function is based on the atanh
function.
Report an issue | ||
<< acotd | Trigonometry | acsc >> |