ACOSH function

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Personal tools
In other languages