Skip to content

Commit efb2c27

Browse files
committed
Clarify integral doc string
1 parent fcd9294 commit efb2c27

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/flint/types/fmpz_mpoly.pyx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,10 @@ cdef class fmpz_mpoly(flint_mpoly):
924924

925925
def integral(self, var):
926926
"""
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.
927+
Return the integral of this polynomial*B with respect to the provided variable where B is minimal. That is,
928+
given p this method returns (B, P) such that P' = B*p or P/B is the formal integral of p.
929+
930+
The argument can either be the variable as a string, or the index of the variable in the context.
930931
931932
>>> from flint import Ordering
932933
>>> ctx = fmpz_mpoly_ctx.get_context(2, Ordering.lex, 'x')

0 commit comments

Comments
 (0)