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.
+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
@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