mk_fpa_neg method
\brief Floating-point negation
\param c logical context \param t term of FloatingPoint sort
def_API('Z3_mk_fpa_neg', AST, (_in(CONTEXT),_in(AST)))
Implementation
Z3_ast mk_fpa_neg(
Z3_context c,
Z3_ast t,
) {
return _mk_fpa_neg(
c,
t,
);
}