What can I get (I think, from the point of view of safety, performance and type accuracy) using Boost Numeric Constants, such as pi<T>defined in <boost/math/constants/constants.hpp>instead of turning on <cmath>and instead using M_PI, except for a warmer computer at compile time :)?
source
share