The Intel® C++ Compiler includes a mathematical software library containing highly optimized and very accurate mathematical functions. These functions are commonly used in scientific or graphic applications, as well as other programs that rely heavily on floating-point computations. To include support for C99 _Complex data types, use the -std=c99 compiler option.
The mathimf.h header file includes prototypes for the library functions. For a complete list of the functions available, refer to the Function List.
Many routines in the libm library are more highly optimized for Intel® microprocessors than for non-Intel microprocessors.
Copyright © 1996-2010, Intel Corporation. All rights reserved.