mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
Renamed Z3_mk_double to Z3_mk_fpa_double for consistency
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
c3263e4731
commit
c2a2d2d0df
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ extern "C" {
|
|||
|
||||
def_API('Z3_mk_double', AST, (_in(CONTEXT), _in(DOUBLE), _in(SORT)))
|
||||
*/
|
||||
Z3_ast Z3_API Z3_mk_double(__in Z3_context c, __in double v, __in Z3_sort ty);
|
||||
Z3_ast Z3_API Z3_mk_fpa_double(__in Z3_context c, __in double v, __in Z3_sort ty);
|
||||
|
||||
/**
|
||||
\brief Floating-point absolute value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue