mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
edf62481e9
commit
f324724abc
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public:
|
|||
}
|
||||
|
||||
|
||||
// d <- a + b*c
|
||||
// d <- a - b*c
|
||||
void submul(mpz const & a, mpz const & b, mpz const & c, mpz & d) {
|
||||
if (is_one(b)) {
|
||||
sub(a, c, d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue