Hacker News new | ask | show | jobs
by SomeStupidPoint 3173 days ago
You don't need an upperbound as long as your function is sufficiently slow growing.

Example:

Log(years) doesn't have a bound, but is unlikely to cause problems over any reasonable time scale.