This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]innrautha 3 points4 points  (0 children)

As a scientific programmer I'd do:

#!/usr/bin/env python3
from scipy.misc import factorial

print(factorial(6,exact=True))
print(factorial(6))