|

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.Asin

OverviewExamples

number Math.Asin ( number Num )


De s cr ip t ion


Returns the arcsine (inverse sine) of a number (in radians).


P arame t er s


Num


image

(number) The number whose arcsine value you want.


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


Re t u r n s


(number) The arcsine of the number.


|