Name

acosh — hyperbolic cosine inverse

Calling Sequence

[t]=acosh(x)

Parameters

x

real or complex vector

t

real or complex vector

Description

the components of vector t are the ArgCosh of the corresponding entries of vector x. Definition domain is ]1,+infinity[.

Examples

 
x=[0,1,%i];
cosh(acosh(x))