Futurebasic/Language/Reference/cosh

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

COSH function

[edit | edit source]

Function

[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax

[edit | edit source]

result# = COSH(expr)

Description

[edit | edit source]

Returns the hyperbolic cosine of expr. COSH always returns a double-precision result.

Note:

ex + e-x
COSH(x) is defined as:
2

See Also

[edit | edit source]

ACOSH
SINH
TANH
EXP