Please don't be so vain. Division by zero is undefined, that is (supposed) to be taught in high school. The fact is that computers have to display some value when x/0, and that value is defined by IEEE standard in the context programing languages for consistency.
The IEEE floating point standard (for any precision) defines anything divided by zero to be the infinity value (all bits except the sign set to 1).
You where saying?