Difference between revisions of "Tan - Math"

Jump to navigation Jump to search
10 bytes added ,  08:05, 10 February 2012
imported>Jlundin
(New page: Category:Scripting Category:Papyrus '''Member of:''' Math Script Calculates the tangent of the value (in degrees) it is given. == Syntax == <source lang="papyrus"> float Func...)
 
imported>Nali
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
float x = tan(180) ; x == 0
float x = math.tan(180) ; x == 0
float y = tan(45) ; y == 1
float y = math.tan(45) ; y == 1
</source>
</source>


Anonymous user

Navigation menu