We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd9294 commit efb2c27Copy full SHA for efb2c27
1 file changed
src/flint/types/fmpz_mpoly.pyx
@@ -924,9 +924,10 @@ cdef class fmpz_mpoly(flint_mpoly):
924
925
def integral(self, var):
926
"""
927
- Return the integral of this polynomial*B with respect to the provided variable
928
- where B is minimal. The argument can either be the variable as a string, or
929
- the index of the variable in the context.
+ Return the integral of this polynomial*B with respect to the provided variable where B is minimal. That is,
+ given p this method returns (B, P) such that P' = B*p or P/B is the formal integral of p.
+
930
+ The argument can either be the variable as a string, or the index of the variable in the context.
931
932
>>> from flint import Ordering
933
>>> ctx = fmpz_mpoly_ctx.get_context(2, Ordering.lex, 'x')
0 commit comments