summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authordaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-10-31 10:16:21 +0000
committerdaney <daney@280ebfd0-de03-0410-8827-d642c229c3f4>2001-10-31 10:16:21 +0000
commit186a9f2b1ee0c0acda0b3312679059229ba294cb (patch)
treed9fa5d23147783882e0ec98801a03b50d811c50e /mpfr.texi
parent9906d32b9ec8c4735a9c16ab853ae2eab758d69e (diff)
downloadmpfr-186a9f2b1ee0c0acda0b3312679059229ba294cb.tar.gz
rename factorial -> fac_ui
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1446 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.texi b/mpfr.texi
index edd1de189..96f3fc53b 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1121,7 +1121,7 @@ rounded to the direction @var{rnd} with the precision of @var{rop}.
Return 0 iff the result is exact.
@end deftypefun
-@deftypefun int mpfr_factorial (mpfr_t @var{rop}, unsigned long int @var{op}, mp_rnd_t @var{rnd})
+@deftypefun int mpfr_fac_ui (mpfr_t @var{rop}, unsigned long int @var{op}, mp_rnd_t @var{rnd})
Set @var{rop} to the factorial of the unsigned long int @var{op},
rounded to the direction @var{rnd} with the precision of @var{rop}.
Return 0 iff the result is exact (this occurs in fact only when @var{op} is 0