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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== ACOSH ==
 
== ACOSH ==
 
Returns the inverse hyperbolic cosine of a number.
 
Returns the inverse hyperbolic cosine of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
Line 11: Line 10:
  
 
: <tt>'''number'''</tt> must be greater than or equal to <tt>'''1'''</tt>.
 
: <tt>'''number'''</tt> must be greater than or equal to <tt>'''1'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 17:
 
<tt>'''ACOSH(COSH(4))'''</tt>
 
<tt>'''ACOSH(COSH(4))'''</tt>
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:36, 2 March 2008


ACOSH

Returns the inverse hyperbolic cosine of a number.

Syntax:

ACOSH(number)

returns the inverse hyperbolic cosine of number, in other words the number whose hyperbolic cosine is number.
number must be greater than or equal to 1.

Example:

ACOSH(1)

returns 0.

ACOSH(COSH(4))

returns 4.

See also:

ASINH, ATANH, ACOTH

COSH, SINH, TANH, COTH

Mathematical functions

Personal tools