C99 Macros

Many routines in the libm library are more highly optimized for Intel® microprocessors than for non-Intel microprocessors.

The Intel Math Library and mathimf.h header file support the following C99 macros:

int fpclassify(x);

int isfinite(x);

int isgreater(x, y);

int isgreaterequal(x, y);

int isinf(x);

int isless(x, y);

int islessequal(x, y);

int islessgreater(x, y);

int isnan(x);

int isnormal(x);

int isunordered(x, y);

int signbit(x);

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.