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