Everything

cosh / coshf / coshl


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

[指定形式]

#include <math.h>

double cosh(double d);

float coshf(float d);

long double coshl(long double d);

[引数]

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

[戻り値]

dの双曲線正弦値