changeset 17684:325a2a565995

allow rationals with denom of '1'
author ods15
date Sat, 25 Feb 2006 18:48:52 +0000
parents 39f67ee74bfe
children ac0534e8c3d2
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Sat Feb 25 16:16:47 2006 +0000
+++ b/DOCS/tech/mpcf.txt	Sat Feb 25 18:48:52 2006 +0000
@@ -283,7 +283,7 @@
             value                       s
         }else if (value<-3){
             type= "rational"
-            value.den= -value-2
+            value.den= -value-3
             value.num                   s
         }else{
             type= "unsigned integer"