OSDN Git Service

LDP: Update draft based on the previous commit
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / matherr.3
index 143088a..5dfa141 100644 (file)
@@ -144,15 +144,15 @@ Partial loss of significance が発生した。
 .RS
 .TS
 l l.
-x        first argument to function
-y        second argument to function
-fin      finite value for argument
-neg      negative value for argument
-int      integral value for argument
-o/f      result overflowed
-u/f      result underflowed
-|x|      absolute value of x
-X_TLOSS  is a constant defined in \fI<math.h>\fP
+x        関数の最初の引き数
+y        関数の二番目の引き数
+fin      引き数の値が無限大
+neg      引き数が負の値
+int      引き数が整数値
+o/f      結果のオーバーフロー
+u/f      結果のアンダーフロー
+|x|      x の絶対値
+X_TLOSS  \fI<math.h>\fP で定義される定数
 .TE
 .RE
 .\" Details below from glibc 2.8's sysdeps/ieee754/k_standard.c
@@ -237,7 +237,7 @@ T{
 \fBmatherr\fP()
 T}     Thread safety   MT\-Safe
 .TE
-.SH EXAMPLES
+.SH 
 以下のサンプルプログラムは \fBlog\fP(3) を呼び出した際の
 \fBmatherr\fP() の使用法を示したものである。
 最初の引き数は \fBlog\fP(3) に渡す浮動小数点数である。