$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50609 - sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions
From: john_at_[hidden]
Date: 2009-01-15 07:41:50
Author: johnmaddock
Date: 2009-01-15 07:41:49 EST (Thu, 15 Jan 2009)
New Revision: 50609
URL: http://svn.boost.org/trac/boost/changeset/50609
Log:
Fix link.
Text files modified: 
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/hypergeometric.qbk |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/hypergeometric.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/hypergeometric.qbk	(original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/hypergeometric.qbk	2009-01-15 07:41:49 EST (Thu, 15 Jan 2009)
@@ -134,7 +134,8 @@
 There are three sets of tests: our implementation is tested against a table of values
 produced by Mathematica's implementation of this distribution, we also sanity check
 our implementation against some spot values computed using the online calculator
-here [@ ].  Finally we test accuracy against some high precision test data using
+here [@http://stattrek.com/Tables/Hypergeometric.aspx http://stattrek.com/Tables/Hypergeometric.aspx].  
+Finally we test accuracy against some high precision test data using
 this implementation and NTL::RR.
 
 [h4 Implementation]