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 value, that is, its hyperbolic sine is x value.
Tips and Notes
Note:This function is not implemented on the Windows platform.