mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
Java API: slight overhaul in preparation for the FP additions
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8e7278f02c
commit
376614a782
38 changed files with 1289 additions and 889 deletions
|
@ -61,8 +61,9 @@ public class RatNum extends RealExpr
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a string representation in decimal notation. <remarks>The result
|
||||
* has at most <paramref name="precision"/> decimal places.</remarks>
|
||||
* Returns a string representation in decimal notation.
|
||||
* 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