Returns the hyperbolic sine of an angle in degrees. Because of the exponential nature of the function, inputs larger than ~10000 or smaller than ~-10000 may cause errors.
sinh ( n As Number ) As Number
Argument | Type | Description |
---|---|---|
n | Number | Angle in degrees |
Intent >sinh(0.0) --> 0.0
Intent >sinh(100.0) --> 2.77659977703891