PHP asinh() Function

Definition and Usage

The asinh() function returns the inverse hyperbolic sine of a number.

Syntax

asinh(x)
Parameters Description
x Required. A number.

Description

Returns x the inverse hyperbolic sine, that is, its hyperbolic sine is x the value of

Tips and Comments

Note:This function is not implemented on the Windows platform.