Saturday, January 23, 2021

Absolute difference (absdiff) implementation

diff = a - b
absdiff = max(diff, -diff)

No comments:

Post a Comment