summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 10:22:35 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 10:22:35 +0000
commite12606c7e44ec8ad6db7f8853d1bc779292a3149 (patch)
tree8be58a5e318e486bc34784450621f9a808723543 /NEWS
parent5513f99cb5d901c9b865a054841666cf1f852d50 (diff)
downloadmpfr-e12606c7e44ec8ad6db7f8853d1bc779292a3149.tar.gz
added mpfr_pow_uj and mpfr_pow_sj
now mpfr_pown is an alias for mpfr_pow_sj git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14412 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ffe436be6..c645a5212 100644
--- a/NEWS
+++ b/NEWS
@@ -26,9 +26,9 @@ Changes from versions 4.1.* to version 4.2.0:
mpfr_atanu and mpfr_atan2u.
- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
mpfr_atanpi and mpfr_atan2pi.
-- New function mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
+- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
mpfr_compound.
-- New function mpfr_fmod_ui.
+- New functions mpfr_fmod_ui, 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