All Questions
3 questions
1
vote
1
answer
779
views
Python: Catching Runtime Overflow in double_scalars
I'm currently doing a physics simulation of a rather esoteric system utilizing a RK4 algorithm.
It involves singularities (e.g. r -> 0), and divides by this radius in one of the equations. There will ...
0
votes
1
answer
470
views
program stops unexpectedly
I wrote ths program that is supposed to print out the prime numbers between 100 and 200. (I added some extra print commands along the way so I could see where it was getting to.) Can anyone give me a ...
1
vote
0
answers
1k
views
Python upgrade 2.2 to 2.7 getting long to C long overflowexception
I'm upgrading a old project of mine,
the previous Python version was 2.2 so it is a bit of a jump to 2.7.
The most stuff is working for now ... i had a lot of has_key checks i had to change them to ...