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

search for in the

統計関数> <tan
Last updated: Fri, 30 Jan 2009

view this page in

tanh

(PHP 4 >= 4.0.7, PHP 5)

tanh双曲線正接(ハイパボリックタンジェント)

説明

float tanh ( float $arg )

arg のハイパボリックタンジェントを返します。 これは sinh(arg)/cosh(arg) で定義されます。

パラメータ

arg

処理する引数。

返り値

arg のハイパボリックタンジェントを返します。

参考

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



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

統計関数> <tan
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites