bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: mpz_divexact bug


From: Kevin Ryde
Subject: Re: Fw: mpz_divexact bug
Date: Sat, 06 Jul 2002 07:08:32 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu)

"Mark Reichert" <address@hidden> writes:
>
> Sorry, I might have been using the wrong div function, as not all
> denominators being used in my code divide exactly into the
> numerators...

Yes, mpz_divexact requires that the dividend is a multiple of the
divisor.  If that's not so then behaviour is undefined.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]