当前位置: 首页 > 网络学院 > 服务端脚本教程 > PHP > atanh() 函数
The atanh() function returns the inverse hyperbolic tangent of an angle.
atanh()函数的作用是:返回一个指定角度参数所对应的反双曲正切值。
atanh(x) |
Parameter参数 | Description描述 |
---|---|
x | Required. A number 必要参数。指定一个数字 |
Note: This function is not implemented on Windows platforms.
注意:Windows操作平台不支持这个函数。