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