Home > PHP > Function > Math > sinh()

sinh()

sinh - Hyperbolic sine

Syntax

float sinh (float $arg)

Arguments

  • arg - The argument to process

Description

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

Version

PHP 4.1.0, 5

Return value

The hyperbolic sine of arg