|
|
|
|
|
by tikhonj
5049 days ago
|
|
One of those languages is JavaScript, so--assuming your browser supports JavaScript--you do have somewhere to test it :P. The answer is that 5 / 0 is Infinity and (5 / 0) == (5 / 0), so it's all good :). Now, 0 / 0 is NaN and (0 / 0) != (0 / 0). |
|