Каталог требований LSB Core 3.1
Требования для функции '__fpclassify'
| Standard | ID | Description |
| SUSv3 | __fpclassify.fpclassify.01 | The fpclassify() macro shall classify its argument value as NaN, infinite, normal, subnormal, zero, or into another implementation-defined category. |
| SUSv3 | __fpclassify.fpclassify.02 | The fpclassify() macro shall return the value of the number classification macro appropriate to the value of its argument. |
| LSB | __fpclassify.30 | __fpclassify() has the same specification as fpclassify() in ISO POSIX (2003), except that the argument type for __fpclassify() is known to be double. |