Everything

sinh / sinhf / sinhl


浮動小数点値の双曲線正弦を計算します。

[指定形式]

#include <math.h>

double sinh(double d);

float sinhf(float d);

long double sinhl(long double d);

[引数]

d 双曲線正弦を求める浮動小数点値

[戻り値]

dの双曲線正弦値