Tanh
This Flow Script tutorial explains how to use the Tan function with syntax and examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the Tan function with syntax and examples.
The Tanh function returns the hyperbolic tangent of a number.
The syntax for the Tanh function is:
math.Tanh(x)
x - numeric value.
The Tanh function returns a number.
Flow 6.14
Let's look at some Tanh function examples and explore how to use the Tanh function.
Return Math.Tanh(1) = 0.761594155955765Last updated
Was this helpful?
Was this helpful?