Difference between revisions of "Asin - Math"

4 bytes added ,  14:15, 8 October 2012
m
→‎Examples: Floatified afValue
imported>JLundin
imported>JustinOther
m (→‎Examples: Floatified afValue)
 
Line 19: Line 19:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
float x = math.asin(1) ; x == 90
float x = math.asin(1.0) ; x == 90
float y = math.asin(0) ; y == 180
float y = math.asin(0.0) ; y == 180
</source>
</source>


Anonymous user