mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
+ formatting Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
3b78509d0a
commit
d7a62baef4
60 changed files with 3149 additions and 2992 deletions
|
@ -62,7 +62,7 @@ public class RatNum extends RealExpr
|
|||
|
||||
/**
|
||||
* Returns a string representation in decimal notation.
|
||||
* Remarks: The result
|
||||
* Remarks: The result
|
||||
* has at most {@code precision} decimal places.
|
||||
**/
|
||||
public String toDecimalString(int precision) throws Z3Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue