| Contents | Index |
Y = acosh(X)
Y = acosh(X) returns the inverse hyperbolic cosine for each element of X.
The acosh function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
Graph the inverse hyperbolic cosine function over the domain –1 ≤ x ≤ π.
x = 1:pi/40:pi; plot(x,acosh(x)), grid on

The hyperbolic inverse cosine can be defined as
![]()
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |