TRUECALC
Functions

TANH

Hyperbolic tangent

Try it

When to use it

When should I use TANH?

Use TANH to compute the hyperbolic tangent, which is used in physics, neural network activation functions, and normalizing values to the range (-1, 1).

Used in

science · engineering

Syntax

TANH(number)

Examples

=TANH(1) // => 0.7615941559557649

On this page