tail head cat sleep
QR code linking to this page

manページ  — ACOSH

名称

acosh, acoshf – 逆双曲余弦関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
acosh(double x);

float
acoshf(float x);

解説

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

戻り値

acosh() および acoshf() 関数は、 x 逆双曲余弦を返します。 VAX および Tahoe では、引数が 1 よりも小さい場合に、 acosh() はグローバル変数 errnoEDOM に設定し、予約されたオペランドフォルトが生成されます。

関連項目

asinh(3), atanh(3), exp(3), math(3)

歴史

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

ACOSH (3) May 6, 1991

tail head cat sleep
QR code linking to this page


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

I think Unix and snowflakes are the only two classes of objects in the universe in which no two instances ever match exactly.
— Noel Chiappa