mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
Style
This commit is contained in:
parent
0ddf2d92fe
commit
3fde81aea6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue