2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

Lots of minor fixes: mostly configuration issues.

Change to use std::tuple when available.
Add two new distributions: inverse gamma and inverse chi squared.


[SVN r65749]
This commit is contained in:
John Maddock
2010-10-04 15:17:21 +00:00
parent 94f09f4ea2
commit 0bc7181e61
406 changed files with 8464 additions and 3527 deletions

View File

@@ -1,6 +1,6 @@
// normal_misc_examples.cpp
// Copyright Paul A. Bristow 2007.
// Copyright Paul A. Bristow 2007, 2010.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0.
@@ -504,6 +504,3 @@ Fraction too long [ P(X > 4.10) ] is 0.0668
95% of bolts are shorter than 4.11
*/