diff options
author | daney <daney@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-10-31 10:16:21 +0000 |
---|---|---|
committer | daney <daney@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-10-31 10:16:21 +0000 |
commit | 186a9f2b1ee0c0acda0b3312679059229ba294cb (patch) | |
tree | d9fa5d23147783882e0ec98801a03b50d811c50e | |
parent | 9906d32b9ec8c4735a9c16ab853ae2eab758d69e (diff) | |
download | mpfr-186a9f2b1ee0c0acda0b3312679059229ba294cb.tar.gz |
rename factorial -> fac_ui
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1446 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | mpfr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |