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