summaryrefslogtreecommitdiff
path: root/mpq/get_d.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-16 22:24:06 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-16 22:24:06 +0200
commit26dd5690f103c0e288348b792207dd3a24b13031 (patch)
treeaa7fd1467b9818c30e81c6db1beb65a4baf14326 /mpq/get_d.c
parentab5b1149b4415b23dd12359290affe121ae331aa (diff)
downloadgmp-26dd5690f103c0e288348b792207dd3a24b13031.tar.gz
Copyright years
Diffstat (limited to 'mpq/get_d.c')
-rw-r--r--mpq/get_d.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mpq/get_d.c b/mpq/get_d.c
index f90aecf9e..4d9779d85 100644
--- a/mpq/get_d.c
+++ b/mpq/get_d.c
@@ -1,6 +1,6 @@
/* double mpq_get_d (mpq_t src) -- mpq to double, rounding towards zero.
-Copyright 1995, 1996, 2001-2005, 2018 Free Software Foundation, Inc.
+Copyright 1995, 1996, 2001-2005, 2018, 2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -74,9 +74,6 @@ see https://www.gnu.org/licenses/. */
If/when mpn_tdiv_qr supports its qxn parameter we can use that instead of
padding n with zeros in temporary space.
- If/when a quotient-only division exists it can be used here immediately.
- remp is only to satisfy mpn_tdiv_qr, the remainder is not used.
-
Alternatives:
An alternative algorithm, that may be faster: