FutureBasic Logo

<<    Index    >> FutureBasic

sinh   function



Syntax
result = sinh(expr)

Description
Returns the hyperbolic sine of expr. sinh always returns a double-precision result.

Note
ex - e-x
sinh(x) is defined as:
2

See also
asinh; cosh; tanh; exp