«

PHP:atanh()的用法

时间:2024-3-1 21:58     作者:韩俊     分类: PHP


atanh

(PHP 4 >= 4.1.0, PHP 5)

atanh — 反双曲正切

说明

  float <strong>atanh</strong>
   ( float <code>$arg</code>
  )
<p>
 返回
 <code>arg</code> 的反双曲正切值,即,其双曲正切为
 <code>arg</code> 的那个值。
</p>

参数

arg

要处理的参数

返回值

Inverse hyperbolic tangent of arg

更新日志

版本 说明 5.3.0 此函数在所有平台上都可以用了

参见

tanh() - 双曲正切 atan() - 反正切 asinh() - 反双曲正弦 acosh() - 反双曲余弦

标签: php php教程

热门推荐