joe-greenawalt / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Infinity not implemented #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
print float('inf')
print float('-inf')

What does "real" Python output?
inf
-inf

What browser are you using? On what operating system?
Firefox 3.6.12 on OS X.6

Please provide any additional information.
Sorry to flood the issues page, I love the project(!), so I also want to help 
it to work as well as possible :-)

Original issue reported on code.google.com by carnioja...@gmail.com on 29 Nov 2010 at 4:44

GoogleCodeExporter commented 9 years ago
This may have to do with the absence of the float() function XD

Original comment by carnioja...@gmail.com on 29 Nov 2010 at 4:55

GoogleCodeExporter commented 9 years ago
Yes, due to float missing.

(And don't worry about flooding the issues page, it's much appreciated. I can't 
promise I'll be able to fix everything right away, but I'll try to get to 
everything eventually)

Original comment by sgraham on 30 Nov 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Thanks for the report, fixed.

Original comment by sgraham on 30 Nov 2010 at 7:32