Ticket #5493: gamma_dist.patch

File gamma_dist.patch, 252 bytes (added by Júlio Hoffimann <julio.hoffimann@…>, 12 years ago)
Line 
120a21
2> #include <boost/math/constants/constants.hpp>
369,70c70
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>();