sinh()

Synopsis

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.

Syntax

sinh ( n As Number ) As Number 
Argument Type Description
n Number Angle in degrees

Example 1

Intent >sinh(0.0) 
--> 0.0 

Example 2

Intent >sinh(100.0) 
--> 2.77659977703891