cppx-core
all.hpp
Go to the documentation of this file.
1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2 
8 
9 namespace cppx
10 {
20  namespace calc {}
21 
27  namespace number_properties {}
28 }
Concise, clear & consistent notation for number type properties: is_ieee_754_, largest_,...
Useful common “calculator” operations: intpow, squared and cubed.
Common integer operations: is_even, is_odd, intdiv, intmod, intsquare, intcube, intmin and intmax.
Just includes <c/math.hpp>, <complex> and <numeric>, where the first header provides Posix’ M_PI macr...