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


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