__fpclassifyl

Name

__fpclassifyl -- test for infinity

Synopsis

int __fpclassifyl(long double arg);

Description

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

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