aboutsummaryrefslogtreecommitdiff
path: root/dtoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dtoa.c')
-rw-r--r--dtoa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dtoa.c b/dtoa.c
index 33fd6f0..19a0cae 100644
--- a/dtoa.c
+++ b/dtoa.c
@@ -1,3 +1,7 @@
1/* The code comes from https://portal.ampl.com/~dmg/netlib/fp/dtoa.c
2 * Go to https://portal.ampl.com/~dmg/netlib/fp/changes for the detailed changes.
3 */
4
1/**************************************************************** 5/****************************************************************
2 * 6 *
3 * The author of this software is David M. Gay. 7 * The author of this software is David M. Gay.