aboutsummaryrefslogtreecommitdiff
path: root/float2rat.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 16:56:00 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 16:56:00 -0300
commita640488a8c6353cf3d9b729b92d78f698043db53 (patch)
tree336fe69a017084e37a6b43875c7172f50e86858c /float2rat.h
parent26dc1cbcd95734775da2111122d75415c26e1470 (diff)
add new versioning scheme
Diffstat (limited to 'float2rat.h')
-rw-r--r--float2rat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/float2rat.h b/float2rat.h
index 4266c60..cf60794 100644
--- a/float2rat.h
+++ b/float2rat.h
@@ -1,4 +1,5 @@
-#define DOCSTRING "\n\
+#define DOCSTRING "inetools 0.10\
+\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\