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
tanh
hyperbolic tangent
Syntax
t = tanh(x)
Description
The elements of t
are the hyperbolic tangents of
the elements of x
.
Sample
History
Version | Description |
6.1.0 | Extension to sparse matrices. |
Report an issue | ||
<< tand | Trigonometry | &, && >> |