From 1aeb5ce669e4ccf2401cfa8a7fbb783c7aeb5e42 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 12 Dec 2006 19:21:05 +0000 Subject: [PATCH] Doc tweek. [SVN r3523] --- doc/hermite.qbk | 4 ---- doc/laguerre.qbk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/hermite.qbk b/doc/hermite.qbk index 152040611..da7052904 100644 --- a/doc/hermite.qbk +++ b/doc/hermite.qbk @@ -78,10 +78,6 @@ Note that the worst errors occur when the degree increases, values greater than polynomial case when the order is also large. Further the relative errors are likely to grow arbitrarily large when the function is very close to a root. -No comparisons to other libraries are shown here: there appears to be only one -viable implementation method for these functions, the comparisons to other -libraries that have been run show identical error rates to those given here. - [h4 Testing] A mixture of spot tests of values calculated using functions.wolfram.com, diff --git a/doc/laguerre.qbk b/doc/laguerre.qbk index 1a93e627c..c8acbd008 100644 --- a/doc/laguerre.qbk +++ b/doc/laguerre.qbk @@ -130,10 +130,6 @@ Note that the worst errors occur when the degree increases, values greater than polynomial case when the order is also large. Further the relative errors are likely to grow arbitrarily large when the function is very close to a root. -No comparisons to other libraries are shown here: there appears to be only one -viable implementation method for these functions, the comparisons to other -libraries that have been run show identical error rates to those given here. - [h4 Testing] A mixture of spot tests of values calculated using functions.wolfram.com,