総合手引
セクション 3
ジャンプ:
English
Deutsch
オプション
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
総合手引
セクション 3
ジャンプ:
English
Deutsch
オプション
Copyright:
The
copyright notice of this manual page is here
(plain text).
このマニュアルページサービスについてのご意見は
Ben Bullock
にお知らせください。
Privacy policy
.
“
How's my programming? Call 1-800-DEV-NULL
”