参考手册
首页
Web前端
服务端编程
移动端编程
数据库教程
服务器
排行榜
在线工具
PHP Math 函数
abs()
acos()
acosh()
asin()
asinh()
atan() 和 atan2()
atanh()
base_convert()
bindec()
ceil()
cos()
cosh()
decbin()
dechex()
decoct()
deg2rad()
exp()
expm1()
floor()
fmod()
getrandmax()
hexdec()
hypot()
is_finite()
is_infinite()
is_nan()
lcg_value()
log()
log10()
log1p()
max()
min()
mt_getrandmax()
mt_rand()
mt_srand()
octdec()
pi()
pow()
rad2deg()
rand()
round()
sin()
sinh()
sqrt()
srand()
tan()
tanh()
acos()
asin()
返回 PHP Math 函数
PHP acosh() 函数
定义和用法
acosh()
函数返回一个数的反双曲余弦。
语法
acosh
(
x
)
参数
描述
x
必需。一个数。
说明
返回
x
的反双曲余弦值,即,其双曲余弦为
x
的那个值。
提示和注释
注释:
本函数未在 Windows 平台下实现。
分类导航
首页
Web前端
服务端编程
移动端编程
数据库教程
服务器
排行榜
在线工具
查询