tail head cat sleep
QR code linking to this page

manページ  — SINH

名称

sinh, sinhf – 双曲正弦関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
sinh(double x);

float
sinhf(float x);

解説

sinh() および sinhf() 関数は、 x の双曲正弦を計算します。

戻り値

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

関連項目

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

規格

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

SINH (3) April 19, 1991

tail head cat sleep
QR code linking to this page


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