Difference between revisions of "Asin - Math"

55 bytes added ,  14:15, 8 October 2012
m
→‎Examples: Floatified afValue
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>JustinOther
m (→‎Examples: Floatified afValue)
 
(2 intermediate revisions by 2 users 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 = asin(1) ; x == 90
float x = math.asin(1.0) ; x == 90
float y = asin(0) ; y == 180
float y = math.asin(0.0) ; y == 180
</source>
</source>


Anonymous user