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