Returns the hyperbolic sine of dx.
[ dResult = ] SinH ( dx )
The SinH procedure syntax has the following parts:
Name |
Type |
Description |
dResult |
Double |
Result |
dx |
Val Double |
Input value in radians |
dx should be expressed in radians. To convert the result from degrees to radians, multiply it by PI/180
df = SinH(PI/4)
! Now df = 0.868670990436262