Futurebasic/Language/Reference/sinh

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

Syntax

[edit | edit source]

result# = SINH(expr)

Description

[edit | edit source]

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

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

See Also

[edit | edit source]

ASINH; COSH; TANH; EXP