mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
parent
271b56aa1b
commit
6455bf8114
2 changed files with 59 additions and 10 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue