mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
Improve html pretty printer for RCF package
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
77f58269ed
commit
4624919786
8 changed files with 17 additions and 6 deletions
|
@ -464,6 +464,7 @@ public:
|
|||
|
||||
void display_raw(std::ostream & out, mpff const & n) const;
|
||||
void display(std::ostream & out, mpff const & n) const;
|
||||
void display_pp(std::ostream & out, mpff const & n) const { display(out, n); }
|
||||
void display_decimal(std::ostream & out, mpff const & n, unsigned prec=32, unsigned max_power=128) const;
|
||||
void display_smt2(std::ostream & out, mpff const & n, bool decimal=true) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue