Standard library header <cmath>
From cppreference.com
This header was originally in the C standard library as <math.h>.
This header is part of the numeric library.
Contents |
Types
float_t
|
most efficient floating-point type at least as wide as float |
double_t
|
most efficient floating-point type at least as wide as double |
| Defined in header
<cstdlib> | |
div_t
|
structure type, return of the std::div function |
ldiv_t
|
structure type, return of the std::ldiv function |
lldiv_t
|
structure type, return of the std::lldiv function |
Macro constants
| (C++11) |
evaluates to positive infinity or the value guaranteed to overflow a float (macro constant) |
| (C++11) |
evaluates to a quiet NaN of type float (macro constant) |