acsch
Inverse hyperbolic cosecant.
📝
Syntax
res = acsch(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
acsch
computes the inverse hyperbolic cosecant for each element of
x
.
💡
Examples
X = [3*pi, 2*pi, pi, 0]; R = acsch(X)
🔗
See Also
csch
sinh
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub