]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/tools/ibeta_invab_data.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / tools / ibeta_invab_data.cpp
index 59a6a7749618a992e13ebb34b17254bbc99efbbe..fb00a2e4d085216423a2ceabffd19d3acf8a3e70 100644 (file)
@@ -3,18 +3,18 @@
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#include "mp_t.hpp"
 #include <boost/math/special_functions/beta.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <boost/lexical_cast.hpp>
 #include <fstream>
 #include <boost/math/tools/test_data.hpp>
 #include <boost/random.hpp>
-#include "mp_t.hpp"
 
 using namespace boost::math::tools;
 
 //
-// Force trunctation to float precision of input values:
+// Force truncation to float precision of input values:
 // we must ensure that the input values are exactly representable
 // in whatever type we are testing, or the output values will all
 // be thrown off: