summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 12:46:17 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 12:46:17 +0000
commit9dccee20b5b26810183fafb6e8d94aa7bb4278c8 (patch)
tree92ab39f79ac1aa22b6b4f1654322ea46485f4702 /NEWS
parent0c720b09037f6adb52296a1c4c1ee9ed9328d070 (diff)
downloadmpfr-9dccee20b5b26810183fafb6e8d94aa7bb4278c8.tar.gz
added mpfr_powr
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14414 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 c645a5212..ec7c8da46 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Changes from versions 4.1.* to version 4.2.0:
mpfr_atanpi and mpfr_atan2pi.
- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
mpfr_compound.
-- New functions mpfr_fmod_ui, mpfr_pow_uj and mpfr_pow_sj.
+- 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.),
the case where the precision consists only of a period has been fixed