diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-04-10 16:32:43 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-04-10 16:32:43 +0200 |
commit | 8b5db7395cd2d25493a9306ac72ca817767615d1 (patch) | |
tree | 7b8a0fc03ee9abc6b4f3472f62caa953e324cfda | |
parent | f11407862a9f554799557c843b385d00df28bcdd (diff) | |
download | gmp-8b5db7395cd2d25493a9306ac72ca817767615d1.tar.gz |
Fix a comment.
-rw-r--r-- | mpf/div.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ to save one limb in the division. If r==u but the size is enough bigger than prec that there won't be an - overlap between quotient and dividend in mpn_tdiv_qr, then we can avoid + overlap between quotient and dividend in mpn_div_q, then we can avoid copying up,usize. This would only arise from a prec reduced with mpf_set_prec_raw and will be pretty unusual, but might be worthwhile if it could be worked into the copy_u decision cleanly. */ |