summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-03 14:23:43 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-03 14:23:43 +0000
commit0a36e7a118890de73c1fed86205615cb7550c086 (patch)
tree830404f6806a0173b74bbd11ce2ad863cbcb8e39 /NEWS
parentce9c269898a99bb0f6bd4027077884cb58b8224f (diff)
downloadmpfr-0a36e7a118890de73c1fed86205615cb7550c086.tar.gz
[NEWS] added missing mpfr_pown (alias for mpfr_pow_sj)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14510 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 2f5fe5c9c..c4f252cf8 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_si.
-- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pow_uj and mpfr_pow_sj.
+- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, 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