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