mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Style
This commit is contained in:
parent
0ddf2d92fe
commit
3fde81aea6
|
@ -1428,7 +1428,7 @@ void mpf_manager::rem(mpf const & x, mpf const & y, mpf & o) {
|
||||||
const mpf_exp_t B = x.sbits;
|
const mpf_exp_t B = x.sbits;
|
||||||
mpf_exp_t D;
|
mpf_exp_t D;
|
||||||
do {
|
do {
|
||||||
if (ST0.exponent() < (ST1.exponent()) - 1) {
|
if (ST0.exponent() < ST1.exponent() - 1) {
|
||||||
D = 0;
|
D = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue