Difference between revisions of "Math.atan"
From OpenEUO
(Created page with " math.atan (x) Returns the arc tangent of x (in radians).") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Returns the arc tangent of x (in radians). | Returns the arc tangent of x (in radians). | ||
+ | |||
+ | [[Math.acos]] | ||
+ | |||
+ | [[Math.asin]] | ||
+ | |||
+ | [[Math.atan2]] | ||
+ | |||
+ | [[Math.cos]] | ||
+ | |||
+ | [[Math.cosh]] | ||
+ | |||
+ | [[Math.deg]] | ||
+ | |||
+ | [[Math.rad]] | ||
+ | |||
+ | [[Math.sin]] | ||
+ | |||
+ | [[Math.sinh]] | ||
+ | |||
+ | [[Math.tan]] | ||
+ | |||
+ | [[Math.tanh]] |
Latest revision as of 14:44, 9 October 2010
math.atan (x)
Returns the arc tangent of x (in radians).