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