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