610
Find yourself
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Simple, really. Abs(x-y) is the difference between the two numbers, absolute, so positive value. So, adding abs(x-y) to the smaller of the two numbers turns it into the bigger number. Plus the bigger number, now you have 2 times the bigger number