8 Oct
2010
8 Oct
'10
11:19 a.m.
Dear all, What's my best way to define a constant for Pi. I'm thinking of using the following <cmath> stuff: const double pi(4 * atan(1)); Does Boost provide a better solution? TIA, --Hossein