mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
formatting
This commit is contained in:
parent
1cc2385fd2
commit
ed1e8b73ed
1 changed files with 2 additions and 2 deletions
|
@ -939,7 +939,7 @@ extern "C" {
|
|||
}
|
||||
else if (!mpfm.is_regular(val)) {
|
||||
SET_ERROR_CODE(Z3_INVALID_ARG)
|
||||
return "";
|
||||
return "";
|
||||
}
|
||||
unsigned sbits = val.get().get_sbits();
|
||||
scoped_mpq q(mpqm);
|
||||
|
@ -992,7 +992,7 @@ extern "C" {
|
|||
}
|
||||
else if (!mpfm.is_normal(val) && !mpfm.is_denormal(val)) {
|
||||
SET_ERROR_CODE(Z3_INVALID_ARG)
|
||||
return "";
|
||||
return "";
|
||||
}
|
||||
mpf_exp_t exp = mpfm.exp_normalized(val);
|
||||
std::stringstream ss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue