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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 32: Line 32:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 08:55, 24 November 2009


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.

Template:Documentation/SeeAlso

Personal tools