sinh

(PHP 4 >= 4.1.0, PHP 5)

sinh -- 雙曲正弦

說明

float sinh ( float arg )

返回 arg 的雙曲正弦值,定義為 (exp(arg) - exp(-arg))/2

參見: sin()asinh()cos()tan()