mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99b291e78d
commit
7452e55698
10 changed files with 34 additions and 29 deletions
|
@ -1186,6 +1186,7 @@ void mpf_manager::to_sbv_mpq(mpf_rounding_mode rm, const mpf & x, scoped_mpq & o
|
|||
scoped_mpf t(*this);
|
||||
scoped_mpz z(m_mpz_manager);
|
||||
|
||||
|
||||
set(t, x);
|
||||
unpack(t, true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue