3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 10:05:32 +00:00

New implementation for mpf_manager::rem.

Relates to #561
This commit is contained in:
Christoph M. Wintersteiger 2016-04-26 21:13:02 +01:00
parent 271b56aa1b
commit 6455bf8114
2 changed files with 59 additions and 10 deletions

View file

@ -186,6 +186,7 @@ public:
void mk_ninf(unsigned ebits, unsigned sbits, mpf & o);
std::string to_string_raw(mpf const & a);
std::string to_string_hexfloat(mpf const & a);
unsynch_mpz_manager & mpz_manager(void) { return m_mpz_manager; }
unsynch_mpq_manager & mpq_manager(void) { return m_mpq_manager; }