<< tand Trigonometry &, && >>

Scilab Help >> Elementary Functions > Trigonometry > tanh

tanh

hyperbolic tangent

Syntax

t = tanh(x)

Description

The elements of t are the hyperbolic tangents of the elements of x.

Sample

Examples

x=[1,%i,-1,-%i]
tanh(x)
sinh(x)./cosh(x)

See also

History

VersionDescription
6.1.0 Extension to sparse matrices.

Report an issue
<< tand Trigonometry &, && >>