PHP atanh() Function
Complete PHP Math Reference
Definition and Usage
The atanh() function returns the inverse hyperbolic tangent of an angle.
Syntax
| Parameter |
Description |
| x |
Required. A number |
Tips and Notes
Note: This function is not implemented on Windows platforms.
Complete PHP Math Reference
|