7 ms·
The JS behavior regarding 1/0, etc, is the same as C: http://www.gnu.org/software/libc/manual/html_node/Infinity-and-NaN.html http://www.gnu.org/software/libc/m
by mcav 10y ago
The JS behavior regarding 1/0, etc, is the same as C: http://www.gnu.org/software/libc/manual/html_node/Infinity-and-NaN.html http://www.gnu.org/software/libc/manual/html_node/Infinity-a...
- dlubarov 10y agoYes, but the issue comes up more often in JS and PHP since they don't have native integer division.