Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Eclipse Editor with Pydev for Python.

When I am calculation very large numbers like 1500! (Factorial) it gives no Output at all. it works up to 1200!

As I know the digits for Long Int should not be restricted except of memory restrictions. In the Python Shell I can even calculate 100000! which is a screen of numbers actually.

Why is it not working in my Editor Eclipse? I set the Preferences for the string output already to unlimited output, so it should not be the problem.

Thank you in advance, best regards,

Stefan from Vienna

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.