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