mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
FPA API fixes and examples
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
ca89b120d3
commit
129e2f5e23
3 changed files with 40 additions and 19 deletions
|
@ -129,7 +129,7 @@ extern "C" {
|
|||
|
||||
\sa Z3_mk_numeral
|
||||
|
||||
def_API('Z3_mk_double', AST, (_in(CONTEXT), _in(DOUBLE), _in(SORT)))
|
||||
def_API('Z3_mk_fpa_double', AST, (_in(CONTEXT), _in(DOUBLE), _in(SORT)))
|
||||
*/
|
||||
Z3_ast Z3_API Z3_mk_fpa_double(__in Z3_context c, __in double v, __in Z3_sort ty);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue