tanh(Variable) Function

Top 

Description

Computes the hyperbolic tangent of the specified value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

tanh(

Variable x)

 

 

Arguments

x


Description:

The value whose hyperbolic tangent will be returned.

 

 

 

Return Value

Type:

number

 

 

The hyperbolic tangent of the specified value.

 

Syntax

myVariable1 = tanh(myVariable2);

 

 

See also

tanh