«

PHP:acosh()的用法

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


acosh

(PHP 4 >= 4.1.0, PHP 5)

acosh — 反双曲余弦

说明

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

参数

arg

要处理的值

返回值

The inverse hyperbolic cosine of arg

更新日志

版本 说明 5.3.0 This function is now available on all platforms

参见

cosh() - 双曲余弦 acos() - 反余弦 asinh() - 反双曲正弦 atanh() - 反双曲正切

标签: php php教程

热门推荐