Common mathematical functions
From cppreference.com
Contents |
Functions
Types
Defined in header
<cmath> | |
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 |
Defined in header
<cinttypes> | |
imaxdiv_t
|
structure type, return of the std::imaxdiv function |
Macro constants
Defined in header
<cmath> | |
(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) |
Classification | |
Defined in header
<cfloat> |