summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-04-11 09:54:23 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-04-11 09:54:23 +0000
commitabb678c619e2637428f0fd19f800ebb26f12712b (patch)
treee9a4d147e870d6c70679212a614e26833d1e151a /mpfr.texi
parentc498bf980789eabd418cf269378a7f0cd41f03eb (diff)
downloadmpfr-abb678c619e2637428f0fd19f800ebb26f12712b.tar.gz
added Riemann Zeta function (contribution from Jean-Luc Re'my)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2289 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 37889247f..6e490d1f6 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1279,6 +1279,11 @@ rounded to the direction @var{rnd} with the precision of @var{rop}.
Return 0 iff the result is exact.
@end deftypefun
+@deftypefun void mpfr_zeta (mpfr_t @var{rop}, mpfr_t @var{op}, mp_rnd_t @var{rnd})
+Set @var{rop} to the value of the Riemann Zeta function on @var{op},
+rounded to the direction @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
@deftypefun int mpfr_fma (mpfr_t @var{rop}, mpfr_t @var{opx},mpfr_t @var{opy},mpfr_t @var{opz}, mp_rnd_t @var{rnd})
Set @var{rop} to @math{@var{opx} @GMPtimes{} @var{opy} + @var{opz}}, rounded to the direction
@var{rnd} with the precision of @var{rop}. Return 0 iff the result is exact,
@@ -1579,6 +1584,7 @@ David Daney contributed the hyperbolic and inverse hyperbolic functions,
the base-2 exponential, and the factorial function. Fabrice Rouillier
contributed the original version of @file{mul_ui.c}, the @file{gmp_op.c}
file, and helped to the Windows porting.
+Jean-Luc Rémy contributed the @code{mpfr_zeta} code.
@node References, GNU Free Documentation License, Contributors, Top
@comment node-name, next, previous, up