cosh

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

cosh쌍곡코사인

설명

float cosh ( float $arg )

(exp(arg) + exp(-arg))/2로 정의되는, arg의 쌍곡코사인을 반환합니다.

인수

arg

계산할 인수

반환값

arg의 쌍곡코사인

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top