aboutsummaryrefslogtreecommitdiff
path: root/float2rat.doc
diff options
context:
space:
mode:
Diffstat (limited to 'float2rat.doc')
-rw-r--r--float2rat.doc10
1 files changed, 4 insertions, 6 deletions
diff --git a/float2rat.doc b/float2rat.doc
index 98f16e2..b1d890b 100644
--- a/float2rat.doc
+++ b/float2rat.doc
@@ -1,7 +1,5 @@
-$Id$
-
-Converts floating point coefficent $f$ to rational by the
-simple expedient of outputing 10^k*f/10^k for appropriate
-$k$. Does no reduction of numbers. In particular this may cause overflow in
-old versions of lrs input (and I'm not about cdd).
+Converts floating point coefficent $f$ to rational by the
+simple expedient of outputing 10^k*f/10^k for appropriate
+$k$. Does no reduction of numbers. In particular this may cause overflow in
+old versions of lrs input (and I'm not sure about cdd).