- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for roundIntermediate (0.05 seconds)
-
android/guava/src/com/google/common/math/DoubleMath.java
* RoundingMode#UNNECESSARY} * </ul> */ @GwtIncompatible // #roundIntermediate // Whenever both tests are cheap and functional, it's faster to use &, | instead of &&, || @SuppressWarnings("ShortCircuitBoolean") public static int roundToInt(double x, RoundingMode mode) { double z = roundIntermediate(x, mode); checkInRangeForRoundingInputs(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19.3K bytes - Click Count (0)