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