In Python, avoid relying on float('inf') and float('nan') as these don't work...
In Python, avoid relying on float('inf') and float('nan') as these don't work on Windows with Python pre-2.6.
Loading
Please sign in to comment
In Python, avoid relying on float('inf') and float('nan') as these don't work on Windows with Python pre-2.6.