Searched defs:roundToBigInteger (Results 1 – 2 of 2) sorted by relevance
71 @Benchmark int roundToBigInteger(int reps) { in roundToBigInteger() method in DoubleMathRoundingBenchmark
181 public static BigInteger roundToBigInteger(double x, RoundingMode mode) { in roundToBigInteger() method in DoubleMath