Hacker News new | ask | show | jobs
by arthev 2656 days ago
The Big Theta of N^N^N^N is O(n * sqrt(n)) :)
1 comments

wow, that's way off!

for n = 2, n^n^n^n returns 65536. for n = 3, javascript thinks its infinity.

i guess BOAT should start using decimal values for n so we can detect this problem.