|

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


image

image

Math.Acos

OverviewExamples

number Math.Acos ( number Num )


De s cr ip t ion


Returns the arccosine (inverse cosine) of a number (in radians).


P arame t er s


Num


(number) The number whose arccosine value you want.


Note: This must be a number between -1 and 1.


image

Re t u r n s


(number) The arccosine of the number.


|