Man Scilab

acosh
Scilab Function

acosh - hyperbolic cosine inverse

Calling Sequence

[t]=acosh(x)

Parameters

Description

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

Examples


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

Back