编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « atan2
  • atanh »
  • PHP Manual
  • Math 函数
  • 反正切

atan

(PHP 4, PHP 5, PHP 7)

atan — 反正切

说明

atan ( float $arg ) : float

返回 arg 的反正切值,单位是弧度。atan() 是 tan() 的反函数,它的意思是在 atan() 范围里的每个值都是 a==tan(atan(a))。

参数

arg

要处理的参数

返回值

arg 的反正切弧度。

参见

  • tan() - 正切
  • atanh() - 反双曲正切
  • asin() - 反正弦
  • acos() - 反余弦

相关文章
php math 函数 绝对值php math 函数 反余弦php math 函数 反双曲余弦php math 函数 反正弦php math 函数 反双曲正弦php math 函数 反正切php math 函数 两个参数的反正切php math 函数 反双曲正切php math 函数 进一法取整php math 函数 余弦php math 函数 将角度转换为弧度php math 函数 返回 exp number 1,甚至当 number 的值接近零也能计算出准确结果php math 函数 显示随机数的最大可能值php math 函数 生成更好的随机数php math 函数 播下一个更好的随机数发生器种子php math 函数 将弧度数转换为相应的角度数php math 函数 播下随机数发生器种子php math 函数 正切php math 函数 双曲正切php bc math bc 数学 函数
关注编程学问公众号
编程学问网 湘ICP备20001732号