|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51554 - sandbox/math_toolkit/libs/math/doc/sf_and_dist
From: bruno.lalande_at_[hidden]
Date: 2009-03-03 05:09:53
Author: bruno.lalande
Date: 2009-03-03 05:09:52 EST (Tue, 03 Mar 2009)
New Revision: 51554
URL: http://svn.boost.org/trac/boost/changeset/51554
Log:
Fixed a mistake in error case explanation.
Text files modified:
sandbox/math_toolkit/libs/math/doc/sf_and_dist/pow.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/pow.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/pow.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/pow.qbk 2009-03-03 05:09:52 EST (Tue, 03 Mar 2009)
@@ -70,8 +70,8 @@
* In case of null base and negative exponent, an __overflow_error occurs since
this operation is a division by 0 (it equals to 1/0).
-* In case of null exponent, an __indeterminate_result_error occurs since the
-result of a null power is indeterminate.
+* In case of null base and null exponent, an __indeterminate_result_error
+occurs since the result of this operation is indeterminate.
Those errors follow the
[link math_toolkit.main_overview.error_handling
general policies of error handling in Boost.Math].
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