“Integer division” may be referring to the behaviour of languages like C that do a truncating division on integers.
div / rem are just the way to get that result on the beam.
“Integer division” may be referring to the behaviour of languages like C that do a truncating division on integers.
div / rem are just the way to get that result on the beam.