Difference between revisions of "Cos - Math"

4 bytes added ,  14:13, 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.cos(180) ; x == -1
float x = math.cos(180.0) ; x == -1
float y = math.cos(90) ; y == 0
float y = math.cos(90.0) ; y == 0
</source>
</source>


Anonymous user