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