tanh()

Hyperbolic tangent

Syntax

Function:
  • TANH(val)
Parameters:
  • val = given radian angle value.
Outputs:
  • a decimal number
Description:
  • Returns hyperbolic tangent of given radian angle value. If your value is in degrees, multiply it by PI()/180 or use the RADIANS function to convert it to radians.
Used:
in a Formula BuilderFormula Builder

 

Example
Result
Note
TANH(20) 0.91294525072
TANH(val) -0.62988799427 val = 81
TANH(val) 0.35496653913 val = 547