mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
documentation fix
This commit is contained in:
parent
d39969f0a0
commit
eb3d499888
1 changed files with 7 additions and 7 deletions
|
@ -868,7 +868,7 @@ extern "C" {
|
|||
hidden bit or normalization. Sets the Z3_INVALID_ARG error code if the
|
||||
signicand does not fit into a uint64.
|
||||
|
||||
def_API('Z3_fpa_get_numeral_significand_uint64', BOOL, (_in(CONTEXT), _in(AST)))
|
||||
def_API('Z3_fpa_get_numeral_significand_uint64', BOOL, (_in(CONTEXT), _in(AST), _out(UINT64)))
|
||||
*/
|
||||
Z3_bool Z3_API Z3_fpa_get_numeral_significand_uint64(__in Z3_context c, __in Z3_ast t, __out __uint64 * n);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue