Futurebasic/Language/Reference/sinh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

SINH[edit | edit source]

Syntax[edit | edit source]

result# = SINH(expr)

Description[edit | edit source]

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

Note[edit | edit source]

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

See Also[edit | edit source]

ASINH; COSH; TANH; EXP