downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sqrt> <sin
Last updated: Fri, 06 Nov 2009

view this page in

sinh

(PHP 4 >= 4.1.0, PHP 5)

sinh双曲線正弦(ハイパボリックサイン)

説明

float sinh ( float $arg )

arg のハイパボリックサインを返します。 これは、(exp(arg) - exp(-arg))/2 で定義されます。

パラメータ

arg

処理する引数。

返り値

arg のハイパボリックサインを返します。

参考

  • sin() - 正弦(サイン)
  • asinh() - 逆双曲線正弦(アークハイパボリックサイン)
  • cosh() - 双曲線余弦(ハイパボリックコサイン)
  • tanh() - 双曲線正接(ハイパボリックタンジェント)



add a note add a note User Contributed Notes
sinh
There are no user contributed notes for this page.

sqrt> <sin
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites