Seriously, the nature of division is difficult to implement in CPU as a logical operation and needs numerical approximation because it is simply the question of X/Y = Z but to calculate Z the logic involved is really add Y to Y and count until >X then subtract 1 to find Z and do Y*Z - X to find remainder.
[–] 16082581? ago
Thanks, professor