Hacker News new | ask | show | jobs
by mattashii 907 days ago
> 1) Three dimensions, not two. Therefore distance is not the square root of (...) but the cube root of (...).

No, it is still a square root. The term under the root is correct, but distance in N dimensions (assuming euclidian space) is just sqrt(sum(delta-n ^ 2))

1 comments

Hah, you're right. Serves me for typing late at night.