aboutsummaryrefslogtreecommitdiff
path: root/float2rat.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 17:07:27 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 17:07:27 -0300
commit1a9d153e1d44f9aef848b630bc3422fc89b12b7e (patch)
tree3e57120ef51b2b68b23d4c21949fbba49417443f /float2rat.h
parentb7eb7519e018f542d3110756eddf83aa54568142 (diff)
tweak docs
add newlines, fix some spelling
Diffstat (limited to 'float2rat.h')
-rw-r--r--float2rat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/float2rat.h b/float2rat.h
index cf60794..287a55b 100644
--- a/float2rat.h
+++ b/float2rat.h
@@ -1,5 +1,6 @@
#define DOCSTRING "inetools 0.10\
\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\