summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 15:14:56 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 15:14:56 +0000
commit7ab553b3e692f303b707c0742346a416ed0288f7 (patch)
tree62b34129a3782644c577bf0b22750f8379cfe1ef /NEWS
parent3d9278ec14cbd72372469f8b843ad45becd81633 (diff)
downloadmpfr-7ab553b3e692f303b707c0742346a416ed0288f7.tar.gz
added mpfr_atanu and mpfr_atanpi
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14307 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 799f77b7d..d2863d3db 100644
--- a/NEWS
+++ b/NEWS
@@ -22,9 +22,10 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Changes from versions 4.1.* to version 4.2.0:
- The "" release.
-- New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu and mpfr_asinu.
-- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi and
- mpfr_asinpi.
+- New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu and
+ mpfr_atanu.
+- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi
+ and mpfr_atanpi.
- New function mpfr_fmod_ui.
- Bug fixes.
In particular, for the formatted output functions (mpfr_printf, etc.),