Каталог требований LSB Core 3.1
Требования для функции '__finite'
| Standard | ID | Description |
| 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. |