Full name
math.sinh
Library
math
Syntax
math.sinh(x)
Description
Parameters
- x: Number from which to obtain the hyperbolic sine.
Result
The math.sinh function returns a real number.
Examples
We can obtain the hyperbolic sine of the number 0.5 with the following code:
math.sinh(0.5)
0.5210953054937474