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