calc.tanh
Calculate the hyperbolic tangent of an angle.
When called with an integer or a float, they will be interpreted as radians.
Example
#calc.tanh(0) \
#calc.tanh(45deg)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
angle
The angle whose hyperbolic tangent to calculate.