jdk-24/jdk/test/java/math/BigInteger
Brian Burkhalter e5a6f24f64 8032027: Add BigInteger square root methods
Add sqrt() and sqrtAndReminder() using Newton iteration

Reviewed-by: darcy, lowasser
2015-12-10 17:47:26 -08:00
..
BigIntegerTest.java 8032027: Add BigInteger square root methods 2015-12-10 17:47:26 -08:00
BitLengthOverflow.java 8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow 2014-04-29 09:42:16 -07:00
CompareToTests.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
DivisionOverflow.java 8027595: Enable BigInteger overflow tests in JTREG 2014-04-18 14:03:46 -07:00
DoubleValueOverflow.java 8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow 2014-04-29 09:42:16 -07:00
ExtremeShiftingTests.java 8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap 2015-06-29 14:49:47 -07:00
ModPow65537.java 8079782: RandomFactory should be in the jdk.testlibrary package 2015-05-08 11:02:33 +01:00
ModPow.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ModPowPowersof2.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
OperatorNpeTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PrimeTest.java 8079782: RandomFactory should be in the jdk.testlibrary package 2015-05-08 11:02:33 +01:00
PrimitiveConversionTests.java 7131192: BigInteger.doubleValue() is depressingly slow 2013-06-21 11:50:45 -07:00
ProbablePrime.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StringConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StringConstructorOverflow.java 8027595: Enable BigInteger overflow tests in JTREG 2014-04-18 14:03:46 -07:00
SymmetricRangeTests.java 8079782: RandomFactory should be in the jdk.testlibrary package 2015-05-08 11:02:33 +01:00
TestValueExact.java 6879143: java.math.BigInteger misses the xxxValueExact methods 2011-09-14 11:32:11 -07:00
UnicodeConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00