cosh

(PHP 4 >= 4.1.0, PHP 5)

coshHyperbolic cosine

Опис

float cosh ( float $arg )

Returns the hyperbolic cosine of arg, defined as (exp(arg) + exp(-arg))/2.

Параметри

arg

The argument to process

Значення, що повертаються

The hyperbolic cosine of arg

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top