Returns the hyperbolic sine of the specified angle.
Rhino.SinH (dblAngle)
dblAngle |
Required. Number. An angle, measured in radians. |
Number |
The hyperbolic sine of dblAngle if successful. Use ToDegrees to convert from radians to degrees. |
Null |
If not successful, or on error. |
MsgBox Rhino.SinH(Rhino.PI / 2)