tanh()

This function returns the hyperbolic tangent of x.


Bash
 tanh(x) #Output: Number


Examples

Parser expression

Description

Bash
tanh(0)

This example returns 0.0

Bash
tanh(1)

This example returns 0.7615941559557649

 


Additional information

Parameters used in this function

Parameter

Input (data type)

Description

x

number

Any given number or numeric field code.

Output

This function returns a number


📚 Use cases and examples