From 101ca54d3f8d7b67b37c7c1be6e88532217c58e9 Mon Sep 17 00:00:00 2001 From: enge Date: Fri, 27 Jul 2012 09:48:02 +0000 Subject: typo in doc git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1250 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- doc/mpc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/mpc.texi b/doc/mpc.texi index 4e06423..33f1b03 100644 --- a/doc/mpc.texi +++ b/doc/mpc.texi @@ -921,7 +921,7 @@ when @var{rop} and @var{op1} are identical. @end deftypefun @deftypefun int mpc_div_2ui (mpc_t @var{rop}, mpc_t @var{op1}, unsigned long int @var{op2}, mpc_rnd_t @var{rnd}) -@deftypefunx int mpc_div_2ui (mpc_t @var{rop}, mpc_t @var{op1}, long int @var{op2}, mpc_rnd_t @var{rnd}) +@deftypefunx int mpc_div_2si (mpc_t @var{rop}, mpc_t @var{op1}, long int @var{op2}, mpc_rnd_t @var{rnd}) Set @var{rop} to @var{op1} divided by 2 raised to @var{op2} rounded according to @var{rnd}. Just modifies the exponents of the real and imaginary parts by @var{op2} -- cgit v1.2.1