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