cppx-core
|
Files | |
file | all.hpp [code] |
file | floating-point-operations.hpp [code] |
Useful common “calculator” operations: intpow, squared and cubed. | |
file | integer-operations.hpp [code] |
Common integer operations: is_even, is_odd, intdiv, intmod, intsquare, intcube, intmin and intmax. | |
file | named-numbers.hpp [code] |
file | number-type-properties.hpp [code] |
Concise, clear & consistent notation for number type properties: is_ieee_754_, largest_, smallest_, max_, min_, max_e_, min_e_, n_digits_, radix_ and epsilon_. | |
file | std-calc.hpp [code] |
Just includes <c/math.hpp> , <complex> and <numeric> , where the first header provides Posix’ M_PI macro, as well as M_E , M_LOG2E , M_LOG10E , M_LN2 , M_LN10 , M_PI_2 , M_PI_4 , M_1_PI , M_2_PI , M_2_SQRTPI , M_SQRT2 and M_SQRT1_2 . | |