intalg.spad line 133 [edit on github]
This package provides functions for integrating a function on an algebraic curve.
algintegrate(f, d, rec)
integrates f
with respect to the derivation d
.
palgintegrate(f, x, d)
integrates f
with respect to the derivation d
. Argument f
must be a pure algebraic function.