- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRoundToDoubleAgainstBigIntegerUnnecessary (0.28 sec)
-
guava-tests/test/com/google/common/math/LongMathTest.java
.isEqualTo(BigIntegerMath.roundToDouble(BigInteger.valueOf(candidate), roundingMode)); } } } @GwtIncompatible public void testRoundToDoubleAgainstBigIntegerUnnecessary() { for (long candidate : roundToDoubleTestCandidates) { Double expectedDouble = null; try {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 31.4K bytes - Viewed (0)