summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-15 13:41:44 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-15 13:41:44 +0000
commit5024980fea4e2cc196cc02a6e3b88e9c3d313fa6 (patch)
treea6e651b74fa2b5e3ecf7cd813b3ae8ab4df2cb90 /NEWS
parent3026cba98c77c1153f1936083d90b2baa955f586 (diff)
downloadmpfr-5024980fea4e2cc196cc02a6e3b88e9c3d313fa6.tar.gz
renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takes
an intmax_t and not a long, thus we can later implement mpfr_compoundn taking as input an intmax_t git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14429 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec7c8da46..2f5fe5c9c 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ Changes from versions 4.1.* to version 4.2.0:
- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
mpfr_atanpi and mpfr_atan2pi.
- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
- mpfr_compound.
+ mpfr_compound_si.
- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pow_uj and mpfr_pow_sj.
- Bug fixes.
In particular, for the formatted output functions (mpfr_printf, etc.),