3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

double happiness

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-10-19 21:05:32 -07:00
parent 7835091a26
commit 6233dee505

View file

@ -4443,7 +4443,7 @@ extern "C" {
\pre Z3_get_ast_kind(c, a) == Z3_NUMERAL_AST || Z3_is_algebraic_number(c, a)
def_API('Z3_get_numeral_double', STRING, (_in(CONTEXT), _in(AST)))
def_API('Z3_get_numeral_double', DOUBLE, (_in(CONTEXT), _in(AST)))
*/
double Z3_API Z3_get_numeral_double(Z3_context c, Z3_ast a);