On 31 July 2016 at 20:45, Philipp Nowak <phil...@nowak-at.net> wrote: > I was wondering why there is no Math.ceilDiv() method, when a floorDiv() > method got added in Java 8 through JDK-8023217 [1]. > > Is there any reason why such method did not get added with floorDiv()
floorDiv() was added as part of creating java.time, which had no need for a ceilDiv() method. Stephen