One edge case: the spec for floorDiv implies that floorDiv(Integer.MIN_VALUE, -1) should be Integer.MAX_VALUE but I believe the code produces Integer.MIN_VALUE. EIther the spec or the code should be fixed.
Éamonn 2012/10/10 Roger Riggs <roger.ri...@oracle.com>: > A reviewer is needed for: > > 6282196 There should be Math.mod(number, modulo) methods > > The webrev is: http://cr.openjdk.java.net/~rriggs/6282196.4/ > > Thanks, Roger