mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00: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>
|
||||
|
||||
Avoid gcc warnings on cygwin
|
||||
|
@ -467,8 +467,8 @@ function for some reason, you can write
|
||||
@deftypefunx int finitel (long double @var{x})
|
||||
@standards{BSD, math.h}
|
||||
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
|
||||
This function returns a nonzero value if @var{x} is finite or a ``not a
|
||||
number'' value, and zero otherwise.
|
||||
This function returns a nonzero value if @var{x} is neither infinite nor
|
||||
a ``not a number'' value, and zero otherwise.
|
||||
@end deftypefun
|
||||
|
||||
@strong{Portability Note:} The functions listed in this section are BSD
|
||||
|
Loading…
Reference in New Issue
Block a user