summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-10-26 14:39:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-10-26 14:39:53 +0000
commit010e492ff4e38ecec3f354097a9e64e69f09e457 (patch)
treeaa27a88be8370a4878380e816cbe3256ec99ed12 /NEWS
parent3158e026396116a36970e8331870e514f67dc5b8 (diff)
downloadmpfr-010e492ff4e38ecec3f354097a9e64e69f09e457.tar.gz
[NEWS,doc/mpfr.texi] mpfr_beta is incomplete, experimental.
See <https://sympa.inria.fr/sympa/arc/mpfr/2017-10/msg00007.html>. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11788 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 32aad5ad3..beb037e3d 100644
--- a/NEWS
+++ b/NEWS
@@ -49,8 +49,8 @@ Changes from versions 3.1.* to version 4.0.0:
- New function mpfr_rootn_ui, similar to mpfr_root, but agreeing with the
rootn function of the IEEE 754-2008 standard.
- New functions mpfr_log_ui to compute the logarithm of an integer,
- mpfr_gamma_inc for the incomplete Gamma function, and mpfr_beta for the
- Beta function.
+ mpfr_gamma_inc for the incomplete Gamma function.
+- New function mpfr_beta for the Beta function (incomplete, experimental).
- New function mpfr_get_q to convert a floating-point number into rational.
- The mpfr_dump function is now described in the manual; its output format
has slightly changed.