sinh

(PHP 4 >= 4.1.0, PHP 5)

sinhHyperbolic sine

Опис

float sinh ( float $arg )

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

Параметри

arg

The argument to process

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

The hyperbolic sine of arg

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

add a note add a note

User Contributed Notes

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