Futurebasic/Language/Reference/sinh

SINH edit

Syntax edit

result# = SINH(expr)

Description edit

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

Note edit

ex - e-x
SINH(x) is defined as:
2

See Also edit

ASINH; COSH; TANH; EXP