Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67216 - trunk/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2010-12-13 11:41:35


Author: pbristow
Date: 2010-12-13 11:41:35 EST (Mon, 13 Dec 2010)
New Revision: 67216
URL: http://svn.boost.org/trac/boost/changeset/67216

Log:
Added evaluation error - 'no formula' case.
Text files modified:
   trunk/libs/math/doc/sf_and_dist/error_handling.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/math/doc/sf_and_dist/error_handling.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/error_handling.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/error_handling.qbk 2010-12-13 11:41:35 EST (Mon, 13 Dec 2010)
@@ -1,4 +1,3 @@
-
 [section:error_handling Error Handling]
 
 [def __format [@../../../../format/index.html Boost.Format]]
@@ -30,7 +29,8 @@
 [[Rounding Error][Occurs when the argument to one of the rounding functions __trunc,
    __round and __modf can not be represented as an integer type, is
    outside the range of the result type.]]
-[[Evaluation Error][Occurs when an internal error occured that prevented the
+[[Evaluation Error][Occurs if no method of evaluation is known,
+ or when an internal error occurred that prevented the
    result from being evaluated: this should never occur, but if it does, then
    it's likely to be due to an iterative method not converging fast enough.]]
 [[Indeterminate Result Error][Occurs when the result of a function is not


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