Js2Py
Js2Py copied to clipboard
Minor edge case not working as intended - returning nan instead of Infinity
This code:
(1111 * 0.0009765625 - 1) * Math.pow(2, 1500)
js2py returns nan, Chrome devtools javascript console returns infinity
Js2py version: 0.71