Difference between revisions of "Atan - Math"
Jump to navigation
Jump to search
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. | float y = math.atan(1.0) ; y == 45 | ||
</source> | </source> | ||