summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-03 13:08:51 +0000
commit9e6a189149f4685039088fc06ca75a1d1751900b (patch)
tree7679cc2849df608ef61e1b4f3883cf40f8471c86 /TODO
parent2e2b299fedc39c288db478600f4cecaf1cfac3f2 (diff)
downloadmpfr-9e6a189149f4685039088fc06ca75a1d1751900b.tar.gz
Merged changesets r8172-8173,8175 from the trunk to update URL's of
mailing-list archives/messages. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8176 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 54ff9e664..fbc07bb65 100644
--- a/TODO
+++ b/TODO
@@ -89,7 +89,7 @@ Table of contents:
- implement mpfr_q_sub, mpfr_z_div, mpfr_q_div?
- implement functions for random distributions, see for example
- http://websympa.loria.fr/wwsympa/arc/mpfr/2010-01/msg00034.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2010-01/msg00034.html
(suggested by Charles Karney <ckarney@Sarnoff.com>, 18 Jan 2010):
* a Bernoulli distribution with prob p/q (exact)
* a general discrete distribution (i with prob w[i]/sum(w[i]) (Walker
@@ -222,7 +222,7 @@ Table of contents:
- [maybe useful for SAGE] implement companion frac_* functions to the rint_*
functions. For example mpfr_frac_floor(x) = x - floor(x). (The current
mpfr_frac function corresponds to mpfr_rint_trunc.)
-- scaled erfc (http://websympa.loria.fr/wwsympa/arc/mpfr/2009-05/msg00054.html)
+- scaled erfc (https://sympa.inria.fr/sympa/arc/mpfr/2009-05/msg00054.html)
- asec, acsc, acot, asech, acsch and acoth (mail from Björn Terelius on mpfr
list, 18 June 2009)
@@ -274,7 +274,7 @@ Table of contents:
unnecessary computations by calling the auxiliary cos function instead of
the full cos function). This will require a native code for sin, for
example using the reduction sin(3x)=3sin(x)-4sin(x)^3.
- See http://websympa.loria.fr/wwsympa/arc/mpfr/2007-08/msg00001.html and
+ See https://sympa.inria.fr/sympa/arc/mpfr/2007-08/msg00001.html and
the following messages.
- improve generic.c to work for number of terms <> 2^k
- rewrite mpfr_greater_p... as native code.