Math 函数
PHP Manual

asinh

(PHP 4 >= 4.1.0, PHP 5)

asinh反双曲正弦

说明

float asinh ( float $arg )

返回 arg 的反双曲正弦值,即,其双曲正弦为 arg 的那个值。

参见: asin()acosh(),和 atanh()

参数

arg

The argument to process

返回值

The inverse hyperbolic sine of arg

更新日志

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

参见


Math 函数
PHP Manual