Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

Minor edge case not working as intended - returning nan instead of Infinity

Open IamMusavaRibica opened this issue 2 years ago • 0 comments

This code: image image

(1111 * 0.0009765625 - 1) * Math.pow(2, 1500)

js2py returns nan, Chrome devtools javascript console returns infinity

Js2py version: 0.71

IamMusavaRibica avatar Apr 04 '22 15:04 IamMusavaRibica