summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-03-01 22:58:02 +0100
committerKevin Ryde <user42@zip.com.au>2004-03-01 22:58:02 +0100
commitfbb9563533d13ee08eedf3c35c87d93faa95e310 (patch)
tree9f4da8a59f7f9bb60bd5446eb74c66ea634e72c1 /mpf
parentcab2b67f22ae9e946283889179bb32f70e362b42 (diff)
downloadgmp-fbb9563533d13ee08eedf3c35c87d93faa95e310.tar.gz
Amend heading comment, result is a truncation, not an approximation.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/get_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpf/get_d.c b/mpf/get_d.c
index 3139e5cdd..d42ee7a74 100644
--- a/mpf/get_d.c
+++ b/mpf/get_d.c
@@ -1,6 +1,6 @@
-/* double mpf_get_d (mpf_t src) -- Return the double approximation to SRC.
+/* double mpf_get_d (mpf_t src) -- return SRC truncated to a double.
-Copyright 1996, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 1996, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.