https://bugzilla.novell.com/show_bug.cgi?id=760434

https://bugzilla.novell.com/show_bug.cgi?id=760434#c1


andy rosa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from andy rosa <[email protected]> 2012-05-03 05:09:47 
UTC ---
Above code in Java (runs without error):

import java.util.*;
import java.lang.*;
import java.math.BigInteger;

class Main
{
        public static void main (String[] args) throws java.lang.Exception
        {
        BigInteger x=new BigInteger("1");
        BigInteger p=new BigInteger("4294967296");
        System.out.println(x.modInverse(p));    
        }
}
Also available at http://ideone.com/UdpX2

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to