Math.h Article Index for
Math.h
Articles about
Math.h
 

Information About

Math.h




math.h is a header file in the Standard Library of C Programming Language designed for basic mathematical operations. Most of the functions involve the use of Floating Point numbers. C++ also implements these functions for compatibility reasons and declares them in the header cmath.

All functions that take or return an angle work in Radians .


PRE-C99 MEMBER FUNCTIONS



EXTERNAL LINKS