OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / tanh.3
index bb38c81..453e6c1 100644 (file)
 .\"     386BSD man pages
 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 2002-07-27 by Walter Harms
-.\"    (walter.harms@informatik.uni-oldenburg.de)
+.\"    (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.\" Japanese Version Copyright (c) 1996 Kenji Kajiwara and Kentaro Ogawa
-.\"         all rights reserved.
-.\" Translated Sat, 13 Jul 1996 17:54:30 JST
-.\"         by Kenji Kajiwara and Kentaro Ogawa
-.\" Updated 2008-09-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.TH TANH 3 2010-09-20 ""  "Linux Programmer's Manual"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH TANH 3 2010\-09\-20 "" "Linux Programmer's Manual"
 .SH 名前
 tanh, tanhf, tanhl \- 双曲線正接 (hyperbolic tangent) 関数
 .SH 書式
 .nf
-.B #include <math.h>
+\fB#include <math.h>\fP
 .sp
-.BI "double tanh(double " x );
+\fBdouble tanh(double \fP\fIx\fP\fB);\fP
 .br
-.BI "float tanhf(float " x );
+\fBfloat tanhf(float \fP\fIx\fP\fB);\fP
 .br
-.BI "long double tanhl(long double " x );
+\fBlong double tanhl(long double \fP\fIx\fP\fB);\fP
 .fi
 .sp
 \fI\-lm\fP でリンクする。
 .sp
 .in -4n
-glibc 向けの機能検査マクロの要件
-.RB ( feature_test_macros (7)
-参照):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .sp
 .ad l
-.BR tanhf (),
-.BR tanhl ():
+\fBtanhf\fP(), \fBtanhl\fP():
 .RS 4
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
-_POSIX_C_SOURCE\ >=\ 200112L;
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE
+|| _POSIX_C_SOURCE\ >=\ 200112L;
 .br
-or
-.I cc\ -std=c99
+or \fIcc\ \-std=c99\fP
 .RE
 .ad
 .SH 説明
-.BR tanh ()
-関数は \fIx\fP の双曲線正接 (hyperbolic tangent) 関数を返す。
-数学的には以下のように定義されている.
+\fBtanh\fP()  関数は \fIx\fP の双曲線正接 (hyperbolic tangent) 関数を返す。 数学的には以下のように定義されている.
 .nf
 
     tanh(x) = sinh(x) / cosh(x)
 .fi
 .SH 返り値
-成功すると、これらの関数は
-.I x
-の双曲線正接を返す。
+成功すると、これらの関数は \fIx\fP の双曲線正接を返す。
 
-.I x
-が NaN の場合、NaN が返される。
+\fIx\fP が NaN の場合、NaN が返される。
 
-.I x
-が +0 (\-0) の場合、+0 (\-0) が返される。
+\fIx\fP が +0 (\-0) の場合、+0 (\-0) が返される。
 
-.I x
-が正の無限大 (負の無限大) の場合、+1 (\-1) が返される。
 .\"
 .\" POSIX.1-2001 documents an optional range error (underflow)
 .\" for subnormal x;
 .\" glibc 2.8 does not do this.
+\fIx\fP が正の無限大 (負の無限大) の場合、+1 (\-1) が返される。
 .SH エラー
 エラーは発生しない。
 .SH 準拠
-C99, POSIX.1-2001.
-.I double
-版の関数は SVr4, 4.3BSD, C89 にも準拠している。
+C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 関連項目
-.BR acosh (3),
-.BR asinh (3),
-.BR atanh (3),
-.BR cosh (3),
-.BR ctanh (3),
-.BR sinh (3)
+\fBacosh\fP(3), \fBasinh\fP(3), \fBatanh\fP(3), \fBcosh\fP(3), \fBctanh\fP(3), \fBsinh\fP(3)