Sinh
The hyperbolic sine function
fun sinh(radians)
Parameters
- radians: The angle of the function
Discussion
The argument of sinh
is assumed to be in radians. To use degrees or another unit, you can specify it with the value:
sinh(0)
sinh(pi)
sinh(90 degrees)
0
11.55
2.3