This is not a LaTeX quine
Monday, September 21st, 2009 21:42\documentclass{article} \usepackage{verbatim} \begin{document} \verbatiminput{\jobname.tex} \end{document}
\documentclass{article} \usepackage{verbatim} \begin{document} \verbatiminput{\jobname.tex} \end{document}
Both of the non-internet-based computer-related classes I'm taking this semester are (only offered as) once-per-week night classes, nominally ending at 9:30. So I'm talking with someone after class — — gee, it's bedtime already.
Java programming class (yes, I know Java already) today, introducing loops. Task: write a factorial program. I wrote mine to use int
arithmetic if possible, floating-point if not. Test the edge cases, of course. It says:
500! ≈ Infinity
I'm glad I used the “approximately equals” sign.