olena: olena-2.0-554-g2a63684 mln/math/pi.hh: Make pi more precise.

--- milena/ChangeLog | 4 ++++ milena/mln/math/pi.hh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index edf3a65..1537e4d 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2013-05-03 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/math/pi.hh: Make pi more precise. + 2013-04-17 Guillaume Lazzara <z@lrde.epita.fr> * doc/mln/convert.dox: Fix from_to_ module name. diff --git a/milena/mln/math/pi.hh b/milena/mln/math/pi.hh index b056bc6..2396fbb 100644 --- a/milena/mln/math/pi.hh +++ b/milena/mln/math/pi.hh @@ -1,4 +1,4 @@ -// Copyright (C) 2009, 2010, 2012 EPITA Research and Development +// Copyright (C) 2009, 2010, 2012, 2013 EPITA Research and Development // Laboratory (LRDE) // // This file is part of Olena. @@ -43,7 +43,7 @@ namespace mln # ifndef MLN_WO_GLOBAL_VARS - const double pi = 3.1415926535897932385; + const double pi = 3.141592653589793238462; # endif // ! MLN_WO_GLOBAL_VARS -- 1.7.2.5
participants (1)
-
Guillaume Lazzara