PythonJS / PythonJS

PythonJS development has moved to Rusthon
https://github.com/rusthon/Rusthon
Other
886 stars 93 forks source link

float('NAN') #112

Closed texcoffier closed 10 years ago

texcoffier commented 10 years ago

This Python code does not raise exception:

float('NAN') # Case unsensitive

But its translation into JavaScript does...