diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-12-14 16:14:44 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-12-14 16:14:44 +0000 |
commit | a4fbffcbea0645a50ce19c62b91c9e2400a8ac1e (patch) | |
tree | d33841f15fd9be44c741de655901d7684fa89c4f /NEWS | |
parent | 75641f69d54b92b61abb2dc9a572654362f40ccd (diff) | |
download | mpfr-a4fbffcbea0645a50ce19c62b91c9e2400a8ac1e.tar.gz |
[NEWS] added mpfr_sinu
[doc/mpfr.texi] improve documentation of mpfr_sinu, and say it is experimental
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14182 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +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. - 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 |