From d5655997148755d00f960ac60ecb58ad9f53be60 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 2 Nov 2000 21:52:42 +0000 Subject: [PATCH] (Rounding): Correct description of fesetround return value. --- manual/arith.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/arith.texi b/manual/arith.texi index 1b62d76..5c73360 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -963,8 +963,8 @@ To change the rounding mode, use this function: @deftypefun int fesetround (int @var{round}) Changes the currently selected rounding mode to @var{round}. If @var{round} does not correspond to one of the supported rounding modes -nothing is changed. @code{fesetround} returns a nonzero value if it -changed the rounding mode, zero if the mode is not supported. +nothing is changed. @code{fesetround} returns zero if it changed the +rounding mode, a nonzero value if the mode is not supported. @end deftypefun You should avoid changing the rounding mode if possible. It can be an -- 2.7.4