arccosh

Navigation:  Language Reference > Functions > Trigonometric >

arccosh

Previous pageReturn to chapter overviewNext page

Syntax

Y = arccosh(X);

Description

Returns the hyperbolic arccosine of the elements of X.

Examples

y = arccosh(time + 1.0);

 

Limitations

Y and X must have the same size. The elements of X must be 1 or bigger.

 

Arccosh