Re: [classlib][java.math] optimization of BigInteger.modInverse

2006-11-09 Thread Daniel Fridlender
It should be fixed now. Thanks Daniel On 11/8/06, Mikhail Loenko <[EMAIL PROTECTED]> wrote: Hi Daniel I've tried the patch you suggested. It causes failure of org.apache.harmony.tests.java.math.BigDecimalArithmeticTest Could you please take a look? Thanks, Mikhail 2006/11/8, Daniel Fridlen

Re: [classlib][java.math] optimization of BigInteger.modInverse

2006-11-08 Thread Mikhail Loenko
Hi Daniel I've tried the patch you suggested. It causes failure of org.apache.harmony.tests.java.math.BigDecimalArithmeticTest Could you please take a look? Thanks, Mikhail 2006/11/8, Daniel Fridlender <[EMAIL PROTECTED]>: Hi, In http://issues.apache.org/jira/browse/HARMONY-2091 there is an

[classlib][java.math] optimization of BigInteger.modInverse

2006-11-07 Thread Daniel Fridlender
Hi, In http://issues.apache.org/jira/browse/HARMONY-2091 there is an optimization for modInverse. The issue includes a patch and two html files showing the performance of the method before and after the patch. In order to obtain this optimized version algorithms from the articles "The Montgomer