Difference between revisions of "Math.tanh"
From OpenEUO
(Created page with " math.tanh (x) Returns the hyperbolic tangent of x.") |
|||
Line 2: | Line 2: | ||
Returns the hyperbolic tangent of x. | Returns the hyperbolic tangent of x. | ||
+ | |||
+ | [[Math.acos]] | ||
+ | |||
+ | [[Math.asin]] | ||
+ | |||
+ | [[Math.atan]] | ||
+ | |||
+ | [[Math.atan2]] | ||
+ | |||
+ | [[Math.cos]] | ||
+ | |||
+ | [[Math.cosh]] | ||
+ | |||
+ | [[Math.deg]] | ||
+ | |||
+ | [[Math.rad]] | ||
+ | |||
+ | [[Math.sin]] | ||
+ | |||
+ | [[Math.sinh]] | ||
+ | |||
+ | [[Math.tan]] |
Latest revision as of 13:44, 9 October 2010
math.tanh (x)
Returns the hyperbolic tangent of x.