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