Entry tags:
an approximation, the usefulness of which depends on the application
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.