intpm.spad line 1 [edit on github]
PatternMatchIntegration provides functions that use the pattern matcher to find some indefinite and definite integrals involving special functions and found in the literature.
pmintegrate(f, x = a..b)
returns the integral of f(x)dx
from a to b
if it can be found by the built-in pattern matching rules.
splitConstant(f, x)
returns [c, g]
such that f = c * g
and c
does not involve t
.