Difference between revisions of "Cos - Math"

10 bytes added ,  09:05, 10 February 2012
imported>Jlundin
 
imported>Nali
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
float x = cos(180) ; x == -1
float x = math.cos(180) ; x == -1
float y = cos(90) ; y == 0
float y = math.cos(90) ; y == 0
</source>
</source>


Anonymous user