Returns the hyperbolic sine of a given value
With variations:
Also written as:
The BASIC Cookbook points out that BASICs which don't implement the function can achieve the same results, for a given X argument, with the following formula:
(EXP(X) - EXP(-X))/2