PHP asinh() function
Definition and Usage
The asinh() function returns the inverse hyperbolic sine of a number.
Syntax
asinh(x)
Parameter | Description |
---|---|
x | Required. A number. |
Description
Returns x The inverse hyperbolic sine, that is, its hyperbolic sine is x The value of that.
Tips and Notes
Note:This function is not implemented on the Windows platform.