Hacker News new | ask | show | jobs
by chewxy 5211 days ago
Um, the math module already has a factorial function which performs faster than the gamma function. Why use gamma?
1 comments

I didn't know about the factorial function.