9 ms·
This is false. Integer division by zero is undefined, but floating point division is perfectly fine. Many languages have different operators to distinguish fl
by WoodTree 7y ago
This is false. Integer division by zero is undefined, but floating point division is perfectly fine. Many languages have different operators to distinguish floating point and integer division, like pythons / for floats and // for integers.