tail head cat sleep
QR code linking to this page

manページ  — COSH

名称

cosh, coshf – 双曲余弦関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
cosh(double x);

float
coshf(float x);

解説

cosh() および coshf() 関数は、 x の双曲余弦を計算します。

戻り値

cosh() および coshf() 関数は、 x の大きさが大きすぎる場合以外は、双曲余弦を返します。 大きすぎる場合は、グローバル変数 errnoERANGE に設定されます。

関連項目

acos(3), asin(3), atan(3), atan2(3), cos(3), math(3), sin(3), sinh(3), tan(3), tanh(3)

規格

cosh() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

COSH (3) May 2, 1991

tail head cat sleep
QR code linking to this page


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

There are 10 types of people in the world: those who understand binary, and those who don't.