Ticket #5493: normal_dist.patch

File normal_dist.patch, 246 bytes (added by Júlio Hoffimann <julio.hoffimann@…>, 12 years ago)
Line 
123a24
2> #include <boost/math/constants/constants.hpp>
394,95c95
4< // Can we have a boost::mathconst please?
5< const result_type pi = result_type(3.14159265358979323846);
6---
7> const result_type pi = math::constants::pi<result_type>();