Everything

asinh / asinhf / asinhl


双曲線逆正弦を計算します。

[指定形式]

#include <math.h>

double asinh(double d);

float asinhf(float d);

long double asinhl(long double d);

[引数]

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

[戻り値]

dの双曲線逆正弦値