Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
cosh
hyperbolic cosine
Syntax
[t] = cosh(x)
Arguments
- x, t
real or complex vectors/matrices.
Description
The elements of t
are the hyperbolic cosine of
the corresponding entries of vector x
.
Examples
x=[0,1,%i] acosh(cosh(x))
Report an issue | ||
<< cosd | Trigonometry | cotd >> |