Last updated 3 years ago
Was this helpful?
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.154251449887584
This Flow Script tutorial explains how to use the Cos function with syntax and examples.