mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 02:53:34 +08:00
manual: fix finite description [BZ #22596]
That way it matches the standard and the behaviour of the finite function. Changelog: [BZ #22596] * manual/arith.texi (finite): Fix the description of the return value.
This commit is contained in:
parent
ed8ae46bed
commit
e65a5644e6
@ -1,3 +1,9 @@
|
|||||||
|
2017-12-23 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
[BZ #22596]
|
||||||
|
* manual/arith.texi (finite): Fix the description of the return
|
||||||
|
value.
|
||||||
|
|
||||||
2017-12-22 Eric Blake <ebb9@byu.net>
|
2017-12-22 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Avoid gcc warnings on cygwin
|
Avoid gcc warnings on cygwin
|
||||||
|
@ -467,8 +467,8 @@ function for some reason, you can write
|
|||||||
@deftypefunx int finitel (long double @var{x})
|
@deftypefunx int finitel (long double @var{x})
|
||||||
@standards{BSD, math.h}
|
@standards{BSD, math.h}
|
||||||
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
||||||
This function returns a nonzero value if @var{x} is finite or a ``not a
|
This function returns a nonzero value if @var{x} is neither infinite nor
|
||||||
number'' value, and zero otherwise.
|
a ``not a number'' value, and zero otherwise.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@strong{Portability Note:} The functions listed in this section are BSD
|
@strong{Portability Note:} The functions listed in this section are BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user