Каталог требований LSB Core 3.1
Требования для функции '__isinfl'
| Standard | ID | Description |
| SUSv3 | __isinfl.isinf.01 | The isinf() macro shall determine whether its argument value is an infinity (positive or negative). |
| SUSv3 | __isinfl.isinf.02 | The isinf() macro shall return a non-zero value if and only if its argument has an infinite value. |
| LSB | __isinfl.30 | __isinfl() has the same specification as isinf() in the ISO POSIX (2003), except that the argument type for __isinfl() is known to be long double. |