OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / fenv.3
index e9c9db4..09cce3b 100644 (file)
@@ -156,9 +156,9 @@ The rounding mode determines how the result of floating-point operations
 is treated when the result cannot be exactly represented in the significand.
 Various rounding modes may be provided:
 round to nearest (the default),
-round up (towards positive infinity),
-round down (towards negative infinity), and
-round towards zero.
+round up (toward positive infinity),
+round down (toward negative infinity), and
+round toward zero.
 
 Each of the macros
 .BR FE_TONEAREST ,
@@ -189,13 +189,13 @@ This identifier has one of the following values:
 .IP \-1
 The rounding mode is not determinable.
 .IP 0
-Rounding is towards 0.
+Rounding is toward 0.
 .IP 1
-Rounding is towards nearest number.
+Rounding is toward nearest number.
 .IP 2
-Rounding is towards positive infinity.
+Rounding is toward positive infinity.
 .IP 3
-Rounding is towards negative infinity.
+Rounding is toward negative infinity.
 .PP
 Other values represent machine-dependent, nonstandard rounding modes.
 .PP