aboutsummaryrefslogtreecommitdiff
path: root/float2rat.h
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.h
parenteb07aaeebae9b77efdd71f6f4c1d4c62dc2de6d7 (diff)
drop obsolete $Id$ strings, whitespace cleanup
Diffstat (limited to 'float2rat.h')
-rw-r--r--float2rat.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/float2rat.h b/float2rat.h
index 613668a..4266c60 100644
--- a/float2rat.h
+++ b/float2rat.h
@@ -1,8 +1,6 @@
#define DOCSTRING "\n\
-$Id: float2rat.doc 2337 2006-04-03 20:42:09Z bremner $\n\
-\n\
-Converts floating point coefficent $f$ to rational by the \n\
-simple expedient of outputing 10^k*f/10^k for appropriate \n\
-$k$. Does no reduction of numbers. In particular this may cause overflow in \n\
-old versions of lrs input (and I'm not about cdd).\n\
+Converts floating point coefficent $f$ to rational by the\n\
+simple expedient of outputing 10^k*f/10^k for appropriate\n\
+$k$. Does no reduction of numbers. In particular this may cause overflow in\n\
+old versions of lrs input (and I'm not sure about cdd).\n\
"