<cmath>

The contents of the <cmath> headers is the same as the Standard C library headers <math.h> with the addition to the double versions of the math functions in <cmath>, C++ adds float and long double overloaded versions of some functions, with the same semantics.