mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
Added Z3_fpa_get_numeral_significand_uint64 to .NET, Java, and ML APIs.
This commit is contained in:
parent
da3243fb07
commit
98f2de3216
5 changed files with 43 additions and 1 deletions
|
@ -866,7 +866,7 @@ extern "C" {
|
|||
|
||||
Remarks: This function extracts the significand bits in `t`, without the
|
||||
hidden bit or normalization. Sets the Z3_INVALID_ARG error code if the
|
||||
signicand does not fit into a uint64.
|
||||
significand does not fit into a uint64.
|
||||
|
||||
def_API('Z3_fpa_get_numeral_significand_uint64', BOOL, (_in(CONTEXT), _in(AST), _out(UINT64)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue