num
num copied to clipboard
Add a function that actually does `abs_sub` for both Signed and Unsign numbers.
A function that calculate the absolute difference between two numbers, ideally in a more optimized manner than hand rolling with if + comparison.