Question

For a project we're working on right now, we want to pull a Donald Knuth and have a version number that converged towards some irrational number. However, we don't want to use something boring like pi, e, sqrt(2), etc. Is there an irrational number that is particularly relevant to computer science that we could employ?

Was it helpful?

Solution

how about golden ratio?

OTHER TIPS

0.1123581321345589144233377...

http://www.google.com/search?q=112358

pi and e are also transcendental numbers.

Check out some known transcendental numbers.

The amount of money on Bill Gates bank account divided by the number of bugs in M$'s product? Pretty irrational to me ;) Only it's always shifting ... So you may end up with version numbers that are going backwards ... Or would they ... hmmm ...

The number would get smaller if Bill's bank account would shrink (okay, that happens: He's spending billions on charity) or when the number of bugs goes up.

Conclusion: It would be version number that's a) irrational, b) steadily shrinking over a longer period of time and c) funny. Bill's bank account can be found in Forbes list. It's updated every year which should be OK unless you plan for more releases. It's not 100% accurate but we're dealing with such big numbers, it shouldn't matter until you need more than 5 digits of precision.

Now the number of bugs might be somewhat hard to get by. Maybe ask the guy who posted "still 65'000 bugs left in Vista"?

SCNR

π in Base 3: 10.0102110…

Or iⁱ = 0.207879576… or whatever that is in base 3.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top