Re: node swapping algorithm
Michael Rogers <m.rogers-kecf2yCh/[email protected]>
| Newsgroups | gmane.network.freenet.technical |
|---|---|
| Message-ID | <[email protected]> |
Daniel Cheng wrote: > 750 if(Math.abs(friendLocs[i] - myLoc) <= > Double.MIN_VALUE*2) continue; What's the purpose of this check and why does it use Math.abs instead of Location.distance? Cheers, Michael