Wayne Werner wrote:
You
might 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

Reply via email to