coja@lemmy.ml to Programmer Humor@lemmy.ml · il y a 3 ansFind yourselflemmy.mlimagemessage-square104fedilinkarrow-up1647
arrow-up1647imageFind yourselflemmy.mlcoja@lemmy.ml to Programmer Humor@lemmy.ml · il y a 3 ansmessage-square104fedilink
minus-squareArtyom@lemm.eelinkfedilinkarrow-up2·il y a 3 ansI’ve been staring at it for 10 minutes and I’m still not convinced it works.
minus-squareuberrice@feddit.delinkfedilinkarrow-up3·il y a 3 ansSimple, 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
I’ve been staring at it for 10 minutes and I’m still not convinced it works.
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