Sh
This function returns the hyperbolic sine of a specified number.
sh(number)
RESULT=ch(0.5) : # 0.5210953
This function can be calculated by the following formula:
ch(x)=(exp(x)-exp(-x))/2
The type of result is Double.
Error code | Description |
---|---|
13 | Calculation overflow (x is too big). |
ach, ash, ath, ch,th, ln, sqr.