2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Change the use of tuples, so that we use std::tuple when available.

Fix bug in calculation of initial guess in the incomplete gamma inverse.
Fix illegal comment in inverse_gamma.hpp source file.
Update docs to reflect tuple changes.
Regenerate docs.
Add Jamfile for the tools directory and make sure everything still builds cleanly.

[SVN r65320]
This commit is contained in:
John Maddock
2010-09-06 15:13:23 +00:00
parent fda473559c
commit 0c633f0b6e
275 changed files with 2721 additions and 1873 deletions

View File

@@ -6,10 +6,8 @@
#include <boost/math/bindings/rr.hpp>
#include <boost/math/special_functions/gamma.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/tools/test.hpp>
#include <fstream>
#include <boost/math/tools/test_data.hpp>
#include <fstream>
using namespace boost::math::tools;