acosh

View page source

The Inverse Hyperbolic Cosine Function: acosh

Syntax

y = acosh ( x )

Description

The inverse hyperbolic cosine function is defined by x == cosh ( y ) .

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Example

The file acosh.cpp contains an example and test of this function.