mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
Revert "Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable"
This reverts commitd3db21ccde
, reversing changes made toe463d5d899
.
This commit is contained in:
parent
3a49223076
commit
9a62d989e6
8 changed files with 2 additions and 3456 deletions
|
@ -169,7 +169,7 @@ public:
|
|||
bool is_ninf(mpf const & x);
|
||||
bool is_normal(mpf const & x);
|
||||
bool is_denormal(mpf const & x);
|
||||
bool is_regular(mpf const & x) { return x.sbits == 0 || is_zero(x) || is_normal(x) || is_denormal(x); }
|
||||
bool is_regular(mpf const & x) { return x.sbits == 0 || is_normal(x) || is_denormal(x); }
|
||||
|
||||
bool is_int(mpf const & x);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue