mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 16:40:02 +08:00
34540fe35e
* gnu/gcj/math/MPN.java(findLowestBit): Made methods public. * java/math/BigInteger.java(BigInteger(int,int,java.util.Random): New constructor. (min): Implemented. (max): Implemented. (modPow): Rewritten to not use the naive, slow, brute force approach. (isProbablePrime): Implemented. (testBit): Implemented. (flipBit): Implemented. (getLowestSetBit): Implemented. From-SVN: r31966 |
||
---|---|---|
.. | ||
BigInteger.java |