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