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) |
(C++11)(C++11)(C++11) |
defines the error handling mechanism used by the common mathematical functions (macro constant) |
Classification | |
Defined in header
<cfloat> | |
(C++11) |
specifies which types are aliased to float_t and double_t (macro constant) |