Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-06-27 07:46:59


Author: pbristow
Date: 2007-06-27 07:46:58 EDT (Wed, 27 Jun 2007)
New Revision: 7190
URL: http://svn.boost.org/trac/boost/changeset/7190

Log:
Check works right to add reference from docs to replicate simple free function C/ FORTRAN style call using NAG library as example.

Text files modified:
   sandbox/math_toolkit/libs/math/example/binomial_example3.cpp | 14 +++++++-------
   1 files changed, 7 insertions(+), 7 deletions(-)

Modified: sandbox/math_toolkit/libs/math/example/binomial_example3.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/binomial_example3.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/binomial_example3.cpp 2007-06-27 07:46:58 EDT (Wed, 27 Jun 2007)
@@ -76,15 +76,15 @@
 } // int main()
 
 /*
-Output is:
 
-Autorun "i:\boost-06-05-03-1300\libs\math\test\Math_test\debug\binomial_example3.exe"
+Autorun "i:\boost-sandbox\math_toolkit\libs\math\test\msvc80\debug\binomial_example3.exe"
 Example 3 of using the binomial distribution.
- n p k plek pgtk pegk
-4.0000 0.50000 2 0.68750 0.31250 0.37500
-19.000 0.44000 13 0.99138 0.0086244 0.019386
-100.00 0.75000 67 0.044596 0.95540 0.017002
-2000.0 0.33000 700 0.97251 0.027494 0.0031178
+ n p k plek pgtk peqk
+ 4 0.50000 2 0.68750 0.31250 0.37500
+ 19 0.44000 13 0.99138 0.00862 0.01939
+ 100 0.75000 67 0.04460 0.95540 0.01700
+2000 0.33000 700 0.97251 0.02749 0.00312
+
 
 
  */


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk