mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
parent
57af3a4c6e
commit
73eb7cbf5c
4 changed files with 87 additions and 15 deletions
|
@ -208,7 +208,9 @@ public:
|
|||
|
||||
void to_sbv_mpq(mpf_rounding_mode rm, const mpf & x, scoped_mpq & o);
|
||||
|
||||
protected:
|
||||
protected:
|
||||
void mk_one(unsigned ebits, unsigned sbits, mpf & o) const;
|
||||
|
||||
bool has_bot_exp(mpf const & x);
|
||||
bool has_top_exp(mpf const & x);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue