TANH function

Syntax

TANH (expression)

Description

Use the TANH function to return the hyperbolic tangent of expression. expression must be numeric and represents the angle expressed in degrees. If expression evaluates to the null value, null is returned.

Example

PRINT TANH(45)

This is the program output:

1