acosh
Inverse hyperbolic cosine.
📝
Syntax
res = acosh(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
acosh
computes the inverse hyperbolic cosine.
💡
Examples
A = [1+2i, 2, -3]; res = acosh(A)
🔗
See Also
cosh
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub