diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2021-02-15 13:41:44 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2021-02-15 13:41:44 +0000 |
commit | 5024980fea4e2cc196cc02a6e3b88e9c3d313fa6 (patch) | |
tree | a6e651b74fa2b5e3ecf7cd813b3ae8ab4df2cb90 /NEWS | |
parent | 3026cba98c77c1153f1936083d90b2baa955f586 (diff) | |
download | mpfr-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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.), |