savantas The factorial function seems to be missing from list of search functions. Is there a way to add it?
admin 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)!