tail head cat sleep
QR code linking to this page

manページ  — TANH

名称

tanh, tanhf – 双曲正接関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
tanh(double x);

float
tanhf(float x);

解説

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

戻り値

tanh() および tanhf() 関数は、双曲正接の値を返します。

関連項目

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

規格

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

TANH (3) May 2, 1991

tail head cat sleep
QR code linking to this page


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

To err is human...to really foul up requires the root password.