COSH function

Syntax

COSH (expression)

Description

Use the COSH function to return the hyperbolic cosine of expression. expression must be a numeric value.

If expression evaluates to the null value, null is returned.

Example

PRINT "COSH(2) = ":COSH(2)

This is the program output:

COSH(2) = 3.7622