sinh

 

書式
double sinh(double x);

機能
ハイパーボリックサインを求める。

戻り値
ハイパーボリックサインの値。

ヘッダーファイル
math.h

 

使用例

double a,b;
a = 3.14159265;
b = sinh(a);