PHP acosh() 函数


PHP Math 函数

定义和用法

acosh() 函数返回一个数的反双曲余弦。

语法

acosh(x)

参数 描述
x 必需。一个数。

说明

返回 x 的反双曲余弦值,即,其双曲余弦为 x 的那个值。

提示和注释

注释:本函数未在 Windows 平台下实现。


PHP Math 函数
粤ICP备11097351号-1