We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bce43 commit 492f962Copy full SHA for 492f962
1 file changed
src/flint/types/fmpq_mpoly.pyx
@@ -912,9 +912,8 @@ cdef class fmpq_mpoly(flint_mpoly):
912
913
def integral(self, var):
914
"""
915
- Return the integral of this polynomial*B with respect to the provided variable
916
- where B is minimal. The argument can either be the variable as a string, or
917
- the index of the variable in the context.
+ Return the integral of this polynomial with respect to the provided variable The argument can either be the
+ variable as a string, or the index of the variable in the context.
918
919
>>> from flint import Ordering
920
>>> ctx = fmpq_mpoly_ctx.get_context(2, Ordering.lex, 'x')
0 commit comments