asinh
Overloads
| Name | Description |
|---|---|
asinh(complex arg) -> complex | Calculates the inverse hyperbolic sine of the given value. |
asinh(bool arg) -> real | Calculates the inverse hyperbolic sine of the given value. |
asinh(real arg) -> real | Calculates the inverse hyperbolic sine of the given value. |
asinh(integer arg) -> real | Calculates the inverse hyperbolic sine of the given value. |
asinh(complex arg) -> complex
Calculates the inverse hyperbolic sine of the given value.
Parameters
- arg: The value to calculate the inverse hyperbolic sine for.
asinh(bool arg) -> real
Calculates the inverse hyperbolic sine of the given value.
Parameters
- arg: The value to calculate the inverse hyperbolic sine for.
asinh(real arg) -> real
Calculates the inverse hyperbolic sine of the given value.
Parameters
- arg: The value to calculate the inverse hyperbolic sine for.
asinh(integer arg) -> real
Calculates the inverse hyperbolic sine of the given value.
Parameters
- arg: The value to calculate the inverse hyperbolic sine for.