Difference between revisions of "Asin - Math"

10 bytes added ,  09:04, 10 February 2012
imported>Jlundin
(New page: Category:Scripting Category:Papyrus '''Member of:''' Math Script Calculates the arcsine of the value it is given. The returned value is in degrees. == Syntax == <source lang=...)
 
imported>Nali
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
float x = asin(1) ; x == 90
float x = math.asin(1) ; x == 90
float y = asin(0) ; y == 180
float y = math.asin(0) ; y == 180
</source>
</source>


Anonymous user