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