|
Boost-Commit : |
From: zeux_at_[hidden]
Date: 2007-06-24 19:56:17
Author: zeux
Date: 2007-06-24 19:56:17 EDT (Sun, 24 Jun 2007)
New Revision: 7137
URL: http://svn.boost.org/trac/boost/changeset/7137
Log:
Investigated issue with division by zero
Text files modified:
sandbox/SOC/2007/bigint/libs/bigint/todo.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2007/bigint/libs/bigint/todo.txt
==============================================================================
--- sandbox/SOC/2007/bigint/libs/bigint/todo.txt (original)
+++ sandbox/SOC/2007/bigint/libs/bigint/todo.txt 2007-06-24 19:56:17 EDT (Sun, 24 Jun 2007)
@@ -162,8 +162,8 @@
+ test abs, pow, ldiv, sqrt
Status: implemented
-- Is it possible to test cases when bigint must cause illegal operations (division by zero, sqrt(negative number))?
-Status: needs investigation
+* Is it possible to test cases when bigint must cause illegal operations (division by zero, sqrt(negative number))?
+Status: investigated; there is no portable way
-----------------------------------------------
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