<< acosd Trigonometry acoshm >>

Scilab Help >> Elementary Functions > Trigonometry > acosh

acosh

hyperbolic cosine inverse

Calling Sequence

[t] = acosh(x)

Arguments

x

a real or complex vector or matrix.

t

a real or complex vector or matrix.

Description

The components of t are the inverse hyperbolic cosine of the corresponding entries of x. Definition domain is ].

Sample

Examples

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

Report an issue
<< acosd Trigonometry acoshm >>