ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Math.Atan
OverviewExamples
number Math.Atan ( number Num )
De s cr ip t ion
Returns the arctangent (inverse tangent) of a number (in radians).
P arame t er s
Num
(number) The number whose arctangent value you want.
Re t u r n s
(number) The arctangent of the number.