Каталог требований LSB Core 3.1

Требования для функции '__finite'
StandardIDDescription
SUSv3__finite.isfinite.01 The isfinite() macro shall determine whether its argument has a finite value (zero, subnormal, or normal, and not infinite or NaN).
SUSv3__finite.isfinite.02 The isfinite() macro shall return a non-zero value if and only if its argument has a finite value.
Sugestion__finite.03 __finite() has the same specification as isfinite() in ISO POSIX (2003), except that the argument type for __finite() is known to be double.
The text in the Description column of SUSv3 requirements is reproduced from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html