Cos
This Flow Script tutorial explains how to use the Cos function with syntax and examples.
Description
The Cos function returns the cosine of a number.
Syntax
The syntax for the Cos function is:
math.Cos(x)
Parameters
x - numeric value.
Returns
The Cos function returns a number.
Applies To
Flow 6.14
Example
Let's look at some Cos function examples and explore how to use the Cos function.
Last updated