sinh

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

sinh쌍곡사인

설명

float sinh ( 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