mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
(Rounding): Correct description of fesetround return value.
This commit is contained in:
@@ -963,8 +963,8 @@ To change the rounding mode, use this function:
|
|||||||
@deftypefun int fesetround (int @var{round})
|
@deftypefun int fesetround (int @var{round})
|
||||||
Changes the currently selected rounding mode to @var{round}. If
|
Changes the currently selected rounding mode to @var{round}. If
|
||||||
@var{round} does not correspond to one of the supported rounding modes
|
@var{round} does not correspond to one of the supported rounding modes
|
||||||
nothing is changed. @code{fesetround} returns a nonzero value if it
|
nothing is changed. @code{fesetround} returns zero if it changed the
|
||||||
changed the rounding mode, zero if the mode is not supported.
|
rounding mode, a nonzero value if the mode is not supported.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
You should avoid changing the rounding mode if possible. It can be an
|
You should avoid changing the rounding mode if possible. It can be an
|
||||||
|
Reference in New Issue
Block a user