Integer Division by 0: The Ultimate Paradox

When you try to divide by 0, the universe breaks down.

Learn more about the Infinite Loop Theorem
		int x = 5;
		int y = 0;
		
		if (y == 0) {
			// The math police will get you for this.
			printf("Error 42: Division by zero is not allowed, you madman!");
		}
	

But what if we ignore the rules?

Just for fun, let's see what happens:

  1. Infinity
  2. Nan
  3. NaN, the answer to everything.
Explore the realm of NaN, where the math is as wild as the user. Or, if you dare, visit Binary Puns, where the code is just as confusing as the humor.