PHP acosh() 函数
定义和用法
acosh() 函数返回数字的反双曲余弦。
语法
acosh(number);
参数值
参数 | 描述 |
---|---|
数字 | 必需。指定一个数字。 |
技术细节
返回值 | 数字的反双曲余弦。 |
---|---|
返回类型 | 浮点数 |
PHP 版本 | 4.1+ |
PHP 变更日志 | PHP 5.3 - acosh() 现在在所有平台上可用。 |
❮ PHP 数学参考
acosh() 函数返回数字的反双曲余弦。
acosh(number);
参数 | 描述 |
---|---|
数字 | 必需。指定一个数字。 |
返回值 | 数字的反双曲余弦。 |
---|---|
返回类型 | 浮点数 |
PHP 版本 | 4.1+ |
PHP 变更日志 | PHP 5.3 - acosh() 现在在所有平台上可用。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]