- Output for 8.5.0 - 8.5.1
- Test 1: Factorial of 2^50 + 1 Calculating factorial of: 1125899906842625 Error: Call to undefined function gmp_fact() Test 2: Another large value Calculating factorial of: 1000000000000 Error: Call to undefined function gmp_fact() Test 3: Moderately large value that should work Calculating factorial of: 100 Error: Call to undefined function gmp_fact() Done
- Output for 8.3.0 - 8.3.29, 8.4.1 - 8.4.16
- Test 1: Factorial of 2^50 + 1
Calculating factorial of: 1125899906842625
GNU MP: Cannot allocate memory (size=140737488355376)
Process exited with code 134.