Quote Originally Posted by The_Mark
I'll tell you that the next public release of EB will happen within d days, where
Code:
d = f(5; 4), where

f(m; n) = m + 1, when n = 0
        = f(m-1; 1) when m > 0 and n = 0
	= f(m - 1; f(m; n - 1)) when m > 0 and n > 0
Whether you like mathematics so mutch or you have 24 hour (Or less) till your next mathematic exam which I bet you are the second one