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