GammaSimplify[expr]
transforms gamma functions in expr, trying to either decrease the number of gamma functions, or convert combinations of them into more elementary functions.
Details and Options


See Also
Related Guides
Developer`
Developer`
GammaSimplify
GammaSimplify[expr]
transforms gamma functions in expr, trying to either decrease the number of gamma functions, or convert combinations of them into more elementary functions.
Details and Options
- To use GammaSimplify, you first need to load the Developer Utilities Package using Needs["Developer`"].
- GammaSimplify is automatically used inside FullSimplify and FunctionExpand.