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