Ad
  • Custom User Avatar

    Since integer division drops remainders, (eggs + 7) / 8 is the same as (eggs / 8.0).ceil when eggs is an integer. But we don't do a float division, which is possibly slower than an integer division.