__fpclassify

Name

__fpclassify -- Classify real floating type

Synopsis

int __fpclassify(double arg);

Description

__fpclassify() has the same specification as fpclassify() in ISO POSIX (2003), except that the argument type for __fpclassify() is known to be double.

__fpclassify() is not in the source standard; it is only in the binary standard.