The archimedean density when d > 20 uses a factorial(d) that overflows. On the over hand, factorial(big(d)) when d < 20 is very slow. The tradeoff hould be reconsidered: maybe the compiler got better than in our previous attempts ?
The archimedean density when d > 20 uses a factorial(d) that overflows. On the over hand, factorial(big(d)) when d < 20 is very slow.
The tradeoff hould be reconsidered: maybe the compiler got better than in our previous attempts ?