TANH

Description

TANH returns the hyperbolic tangent of a number.

Syntax

TANH ( number )

 

Parameter

Description

number

Any number.

Examples

This function returns -.96:

TANH(-2)

This function returns .83:

TANH(1.2)

Also, see

ATANH

COSH

SINH

TAN