Difference between revisions of "Atan - Math"

No change in size ,  23:53, 27 July 2013
m
→‎Examples: Silly error, it should be "atan" not "acos".
imported>JustinOther
m (→‎Examples: Floatified afValue)
imported>Threedee
m (→‎Examples: Silly error, it should be "atan" not "acos".)
 
Line 20: Line 20:
<source lang="papyrus">
<source lang="papyrus">
float x = math.atan(0.0) ; x == 180
float x = math.atan(0.0) ; x == 180
float y = math.acos(1.0) ; y == 45
float y = math.atan(1.0) ; y == 45
</source>
</source>


Anonymous user