PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.acosh

inverse hyperbolic cosine function

available since version: 0.1


information

The acosh() function computes the principle value of the inverse hyperbolic cosine of input value. The result is in the range [0, +infinity]. Special values: acosh(1) returns +0. acosh(x) returns a NAN. acosh(+infinity) returns +infinity.

example

inlets:

outlets:

keywords:

math acosh

See also: [math.asinh] [math.atanh] [math.exp]

Authors: Serge Poltavsky

License: GPL3 or later