PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

acos

(PHP 4, PHP 5, PHP 7)

acos反余弦

说明

acos ( float $arg ) : float

返回 arg 的反余弦值,单位是弧度。acos()cos() 的反函数,它的意思是在 acos() 范围里的每个值都是 a==cos(acos(a))

参数

arg

要处理的参数

返回值

arg 的反余弦弧度。

参见