summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-12-16 10:02:47 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-12-16 10:02:47 +0000
commit85ddb25cb0d6c08210e3bee519db9d599d3d3ffe (patch)
tree65464dd6ff10f2b134ca81bb9718e4fba870761d /NEWS
parentb487cf60a5bacd76d0ad465972a9092e01cfe9e5 (diff)
downloadmpfr-85ddb25cb0d6c08210e3bee519db9d599d3d3ffe.tar.gz
added new function mpfr_tanu
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14210 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 e9862fbda..8cd0d629a 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ 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 and mpfr_sinu (experimental).
+- New functions mpfr_cosu, mpfr_sinu and mpfr_tanu (experimental).
- 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