tail head cat sleep
QR code linking to this page

manページ  — ATANH

名称

atanh, atanhf – 逆双曲正接関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
atanh(double x);

float
atanhf(float x);

解説

atanh() および atanhf() 関数は、実数の引数 x の逆双曲正接を計算します。 丸めによる誤差の議論は、 math(3) を参照してください。

戻り値

atanh() および atanhf() 関数は、成功した場合には x の逆双曲正接を返します。 VAX および Tahoe では、引数が 1 以上の値を持つ場合に、 atanh() はグローバル変数 errnoEDOM に設定し、予約されたオペランドフォルトが生成されます。

関連項目

acosh(3), asinh(3), exp(3), math(3)

歴史

atanh() 関数は、 BSD 4.3 で登場しました。

ATANH (3) May 6, 1991

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.