summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-20 07:39:55 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-20 07:39:55 +0000
commitf49c7da0e6f4fccc41556932c259a0dd81397fd8 (patch)
treefef45c71de20fe4467b32b8be8efcd458cf28208 /TODO
parentcd86990b12c15fdd934638aff2dd4ea3086a4f97 (diff)
downloadmpfr-f49c7da0e6f4fccc41556932c259a0dd81397fd8.tar.gz
[TODO] update about reserved cr_xxx names from C standard
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14261 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index a3a091f8f..3191bd8ae 100644
--- a/TODO
+++ b/TODO
@@ -112,6 +112,15 @@ Table of contents:
4. New functions to implement
##############################################################################
+- cr_xxx functions from http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
+ (page 392):
+ acospi, asinpi, atan2pi, atanpi
+ compoundn = (1+x)^n
+ exp10m1, exp2m1, log10p1, log2p1
+ pown (but there is mpfr_pow_si with n long instead of intmax_t)
+ powr = exp(y*log(x))
+ rootn (there is mpfr_rootn_ui but not mpfr_rootn_si)
+ maybe rename mpfr_rec_sqrt into mpfr_rsqrt?
- a function to compute the hash of a floating-point number
(suggested by Patrick Pelissier)
- implement new functions from the C++17 standard: