Searched defs:roundToBigInteger (Results 1 – 4 of 4) sorted by relevance
72 int roundToBigInteger(int reps) { in roundToBigInteger() method in DoubleMathRoundingBenchmark
183 public static BigInteger roundToBigInteger(double x, RoundingMode mode) { in roundToBigInteger() method in DoubleMath