summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-12-15 11:15:23 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-12-15 11:15:23 +0000
commite844e3f1a6e1640390a966ab806d44b97390b669 (patch)
treea0509931c73a9cb6fd9c6c96a3c584c44b69bae5 /NEWS
parent27f6cb2ed07ec0af7022e675e15ddddde8df5024 (diff)
downloadmpfr-e844e3f1a6e1640390a966ab806d44b97390b669.tar.gz
added new function mpfr_cosu
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14199 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 113f858a9..ec80ce0b0 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 function mpfr_sinu.
+- New function mpfr_sinu and mpfr_cosu.
- 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