|
|
|
|
|
by zardeh
3451 days ago
|
|
The python result should be expected. Python's integer type isn't sized, that is python will happily give you factorial(100), despite it being much larger than 64 bits. It can't then give you twos complement, because it can't know the size with which to complement the two. |
|
Quoting from http://reference.wolfram.com/language/tutorial/IntegerAndNum...