Download TuringBot for free – Get started now.
The factorial function seems to be missing from list of search functions. Is there a way to add it?
Hi @savantas, while factorial isn't explicitly defined, the Γ function (tgamma in the program, "true gamma", as opposed to lgamma, the "logarithmic gamma") is available. For natural inputs, it satisfies
Γ(n) = (n-1)!