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