What is an irrational number relevant to computer science?

computer-science

Solution

how about golden ratio?

Problem

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?

Original source