From e12606c7e44ec8ad6db7f8853d1bc779292a3149 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Tue, 9 Feb 2021 10:22:35 +0000 Subject: 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 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') 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 -- cgit v1.2.1