RpolyPlusPlus
RpolyPlusPlus copied to clipboard
compat with c++11
Another solution is static constexpr but I don't think it is compatible with previous C++ versions.
const double should be enough, without hurting memory allocation.