The hard problem

Actually, remembering decimals of pi and e to the precision of float64 can be useful, for numerical programming purposes. Yes, those constants are accessible through any modern programming language, but I type pi and e from memory quite often out of pure laziness, when I can’t be assed to look up the name of the constant in the required language. Mostly in code that is only used once, for quick calculations.

1 Like