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

search for in the

decbin> <cos
Last updated: Fri, 06 Nov 2009

view this page in

cosh

(PHP 4 >= 4.1.0, PHP 5)

cosh双曲線余弦(ハイパボリックコサイン)

説明

float cosh ( float $arg )

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

パラメータ

arg

処理する引数。

返り値

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

参考

  • cos() - 余弦(コサイン)
  • acosh() - 逆双曲線余弦(アークハイパボリックコサイン)
  • sinh() - 双曲線正弦(ハイパボリックサイン)
  • cosh()



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

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