Skip to main content

acosh

Overloads

NameDescription
acosh(integer arg) -> realCalculates the inverse hyperbolic cosine of the given value.
acosh(real arg) -> realCalculates the inverse hyperbolic cosine of the given value.
acosh(complex arg) -> complexCalculates the inverse hyperbolic cosine of the given value.
acosh(bool arg) -> realCalculates the inverse hyperbolic cosine of the given value.

acosh(integer arg) -> real

Calculates the inverse hyperbolic cosine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic cosine for.

acosh(real arg) -> real

Calculates the inverse hyperbolic cosine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic cosine for.

acosh(complex arg) -> complex

Calculates the inverse hyperbolic cosine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic cosine for.

acosh(bool arg) -> real

Calculates the inverse hyperbolic cosine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic cosine for.