tanh / tanhf / tanhl
浮動小数点値の双曲線正接を計算します。
[指定形式]
#include <math.h>
double tanh(double d);
float tanhf(float d);
long double tanhl(long double d);
[引数]
d 双曲線正接を求める浮動小数点値
[戻り値]
dの双曲線正接値