acosh
Overloads
| Name | Description |
|---|---|
acosh(integer arg) -> real | Calculates the inverse hyperbolic cosine of the given value. |
acosh(real arg) -> real | Calculates the inverse hyperbolic cosine of the given value. |
acosh(complex arg) -> complex | Calculates the inverse hyperbolic cosine of the given value. |
acosh(bool arg) -> real | Calculates 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.