PrimitiveFunctionCategoryΒΆ
trigcat.spad line 167 [edit on github]
Category for the functions defined by integrals.
- integral: (%, SegmentBinding %) -> %
integral(f, x = a..b)
returns the formal definite integral off
dx
forx
betweena
andb
.
- integral: (%, Symbol) -> %
integral(f, x)
returns the formal integral off
dx
.