Wayne Werner wrote:
Youmight try writing your own factorial function that works with the decimal type and compare with the result you get from using the math library.
There is no need for that, math.factorial will use python int/long object instead of the platform's integer as necessary.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor