编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « acosh
  • asinh »
  • PHP Manual
  • Math 函数
  • 反正弦

asin

(PHP 4, PHP 5, PHP 7)

asin — 反正弦

说明

asin ( float $arg ) : float

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

参数

arg

待处理的参数

返回值

arg 的反正弦弧度。

参见

  • sin() - 正弦
  • asinh() - 反双曲正弦
  • acos() - 反余弦
  • atan() - 反正切

相关文章
php math 函数 反正弦php math 函数 反双曲正弦php math 函数 反正切php math 函数 两个参数的反正切php math 函数 反双曲正切php math 函数 双曲余弦php math 函数 十进制转换为二进制php math 函数 十进制转换为十六进制php math 函数 十进制转换为八进制php math 函数 舍去法取整php math 函数 返回除法的浮点数余数php math 函数 计算一直角三角形的斜边长度php math 函数 对除法结果取整php math 函数 判断是否为合法数值php math 函数 组合线性同余发生器php math 函数 自然对数php math 函数 得到圆周率值php math 函数 对浮点数进行四舍五入php math 函数 正弦php math 函数 双曲正弦
关注编程学问公众号
编程学问网 湘ICP备20001732号