aboutsummaryrefslogtreecommitdiff
path: root/float2rat.doc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 16:40:11 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 16:40:11 -0300
commit41d90dda4414f3ae5ba2c4fe44ca81c0389933b5 (patch)
tree6650c47134671e52837f3a7b64ed8fced89ed674 /float2rat.doc
parenteb07aaeebae9b77efdd71f6f4c1d4c62dc2de6d7 (diff)
drop obsolete $Id$ strings, whitespace cleanup
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).