←back to thread

190 points baruchel | 2 comments | | HN request time: 0.407s | source
Show context
bluenose69 ◴[] No.44422559[source]
Here's a quote from the SciAm article: "Technically, that equation was t/log(t), but for the numbers involved log(t) is typically negligibly small."

Huh?

replies(3): >>44423934 #>>44424629 #>>44424701 #
1. fwip ◴[] No.44424629[source]
t/log(t) is 'closer to' t than it is to sqrt(t) as t heads toward infinity.

e.g:

    4/log2(4) = 4/2 = 2
    sqrt(4) = 2

    2^32/log2(2^32) = 2^32/32 = 2^27
    sqrt(2^32) = 2^16
replies(1): >>44426082 #
2. tgv ◴[] No.44426082[source]
In case someone doesn't like the proof by example, here's a hint: sqrt(t) = t / sqrt(t).