OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / tanh.3
index b68fab1..bb38c81 100644 (file)
@@ -37,9 +37,9 @@
 .\" Updated 2008-09-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
 .TH TANH 3 2010-09-20 ""  "Linux Programmer's Manual"
-.SH Ì¾Á°
-tanh, tanhf, tanhl \- ÁжÊÀþÀµÀÜ (hyperbolic tangent) ´Ø¿ô
-.SH ½ñ¼°
+.SH 名前
+tanh, tanhf, tanhl \- 双曲線正接 (hyperbolic tangent) 関数
+.SH 書式
 .nf
 .B #include <math.h>
 .sp
@@ -50,12 +50,12 @@ tanh, tanhf, tanhl \- 
 .BI "long double tanhl(long double " x );
 .fi
 .sp
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .sp
 .in -4n
-glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
+glibc 向けの機能検査マクロの要件
 .RB ( feature_test_macros (7)
-»²¾È):
+参照):
 .in
 .sp
 .ad l
@@ -69,38 +69,38 @@ or
 .I cc\ -std=c99
 .RE
 .ad
-.SH ÀâÌÀ
+.SH 説明
 .BR tanh ()
-´Ø¿ô¤Ï \fIx\fP ¤ÎÁжÊÀþÀµÀÜ (hyperbolic tangent) ´Ø¿ô¤òÊÖ¤¹¡£
-¿ô³ØŪ¤Ë¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤ë¡¥
+関数は \fIx\fP の双曲線正接 (hyperbolic tangent) 関数を返す。
+数学的には以下のように定義されている.
 .nf
 
     tanh(x) = sinh(x) / cosh(x)
 .fi
-.SH ÊÖ¤êÃÍ
-À®¸ù¤¹¤ë¤È¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï
+.SH 返り値
+成功すると、これらの関数は
 .I x
-¤ÎÁжÊÀþÀµÀܤòÊÖ¤¹¡£
+の双曲線正接を返す。
 
 .I x
-¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
+が NaN の場合、NaN が返される。
 
 .I x
-¤¬ +0 (\-0) ¤Î¾ì¹ç¡¢+0 (\-0) ¤¬ÊÖ¤µ¤ì¤ë¡£
+が +0 (\-0) の場合、+0 (\-0) が返される。
 
 .I x
-¤¬Àµ¤Î̵¸ÂÂç (Éé¤Î̵¸ÂÂç) ¤Î¾ì¹ç¡¢+1 (\-1) ¤¬ÊÖ¤µ¤ì¤ë¡£
+が正の無限大 (負の無限大) の場合、+1 (\-1) が返される。
 .\"
 .\" POSIX.1-2001 documents an optional range error (underflow)
 .\" for subnormal x;
 .\" glibc 2.8 does not do this.
-.SH ¥¨¥é¡¼
-¥¨¥é¡¼¤ÏȯÀ¸¤·¤Ê¤¤¡£
-.SH ½àµò
+.SH ã\82¨ã\83©ã\83¼
+エラーは発生しない。
+.SH 準拠
 C99, POSIX.1-2001.
 .I double
-ÈǤδؿô¤Ï SVr4, 4.3BSD, C89 ¤Ë¤â½àµò¤·¤Æ¤¤¤ë¡£
-.SH ´ØÏ¢¹àÌÜ
+版の関数は SVr4, 4.3BSD, C89 にも準拠している。
+.SH 関連項目
 .BR acosh (3),
 .BR asinh (3),
 .BR atanh (3),