编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « tan
  • Statistics »
  • PHP Manual
  • Math 函数
  • 双曲正切

tanh

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

tanh — 双曲正切

说明

tanh ( float $arg ) : float

返回 arg 的双曲正切值,定义为 sinh(arg)/cosh(arg)。

参数

arg

要处理的参数

返回值

arg 的双曲正切值

参见

  • tan() - 正切
  • atanh() - 反双曲正切
  • sinh() - 双曲正弦
  • cosh() - 双曲余弦

相关文章
php math 函数 反双曲余弦php math 函数 反双曲正弦php math 函数 反正切php math 函数 两个参数的反正切php math 函数 反双曲正切php math 函数 双曲余弦php math 函数 计算 e 的指数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 math 函数
关注编程学问公众号
编程学问网 湘ICP备20001732号