Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
rest -> reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Jul 26, 2018
1 parent f31d9da commit 07ef11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/singular/decl.pxd
Expand Up @@ -630,7 +630,7 @@ cdef extern from "singular/Singular/libsingular.h":
# return p*q, destroys p and q
poly *p_Mult_q(poly *p, poly *q, ring *r)

# polynomial division, ignoring the rest
# polynomial division, ignoring the remainder
# via singclap_pdivide resp. idLift, destroys p,q
poly *p_Divide(poly *p, poly *q, ring *r)

Expand Down

0 comments on commit 07ef11b

Please sign in to comment.