intden.spad line 28 [edit on github]
This package generates logarithmic integrals and polylogs corresponding to denominator of the integrand.
li_int(f, k, x)
generates logarithmic integrals.
poly_int(f, k, x)
generates polylogarithms.
solve_u(f1, u, x)
returns [[c1
, k1
], ..., [cn
, kn
]] such that f1
= c1*u^k1
+ ... + cn^kn and D
(ci
, x
) = 0 or "failed".