asinh

Autres langues

Langue: ja

Version: 2002-07-27 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

名前

asinh, asinhf, asinhl - 逆双曲線正弦(アークハイパボリックサイン)関数

書式

 #include <math.h>
 
 double asinh(double x);
 
float asinhf(float x);
long double asinhl(long double x);

-lm でリンクする。

説明

asinh() 関数は x 逆双曲線正弦(アークハイパボリックサイン)を 計算する。すなわち、その双曲線正弦(ハイパボリックサイン)が x に なるような値である。

準拠

SVr4, POSIX.1-2001, 4.3BSD, C89. float 版と long double 版は C99 の要求仕様である。

関連項目

acosh(3), atanh(3), casinh(3), cosh(3), sinh(3), tanh(3)