Difference between revisions of "Asin - Math"

45 bytes added ,  14:15, 8 October 2012
m
→‎Examples: Floatified afValue
imported>Nali
imported>JustinOther
m (→‎Examples: Floatified afValue)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Non-delayed Native Function]]
'''Member of:''' [[Math Script]]
'''Member of:''' [[Math Script]]


Line 18: 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