Skip to content

Commit

Permalink
(Rounding): Correct description of fesetround return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 2, 2000
1 parent d661bcf commit d565599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/arith.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d565599

Please sign in to comment.