summaryrefslogtreecommitdiff
path: root/src/theory/arith/delta_rational.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/delta_rational.h')
-rw-r--r--src/theory/arith/delta_rational.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/delta_rational.h b/src/theory/arith/delta_rational.h
index dc4202f36..19a16d558 100644
--- a/src/theory/arith/delta_rational.h
+++ b/src/theory/arith/delta_rational.h
@@ -236,10 +236,10 @@ public:
}
/** Only well defined if both this and y are integral. */
- Integer floorDivideQuotient(const DeltaRational& y) const throw(DeltaRationalException);
+ Integer euclidianDivideQuotient(const DeltaRational& y) const throw(DeltaRationalException);
/** Only well defined if both this and y are integral. */
- Integer floorDivideRemainder(const DeltaRational& y) const throw(DeltaRationalException);
+ Integer euclidianDivideRemainder(const DeltaRational& y) const throw(DeltaRationalException);
std::string toString() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback