Difference between revisions of "Documentation/How Tos/Calc: COSH function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== COSH ==
 
== COSH ==
 
Returns the hyperbolic cosine of a number.
 
Returns the hyperbolic cosine of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 9: Line 8:
  
 
: returns the hyperbolic cosine of <tt>'''number'''</tt>.
 
: returns the hyperbolic cosine of <tt>'''number'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''COSH(0)'''</tt>
 
<tt>'''COSH(0)'''</tt>
 
: returns <tt>'''1'''</tt>, the hyperbolic cosine of <tt>'''0'''</tt>.
 
: returns <tt>'''1'''</tt>, the hyperbolic cosine of <tt>'''0'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:35, 2 March 2008


COSH

Returns the hyperbolic cosine of a number.

Syntax:

COSH(number)

returns the hyperbolic cosine of number.

Example:

COSH(0)

returns 1, the hyperbolic cosine of 0.

See also:

SINH, TANH, COTH

ACOSH, ASINH, ATANH, ACOTH

Mathematical functions

Personal tools