Calculates the hyperbolic sine of a number.
$sinh(number)
| number | a number, or an expression that evaluates to a number, representing an angle (in radians) |
Number, with the same number of decimal places as number.
This function calculates the hyperbolic sine of a number.
let vAngle = $sinh(3.000)
Evaluates to 10.018.