mk_fpa_round_toward_positive method
\brief Create a numeral of RoundingMode sort which represents the TowardPositive rounding mode.
\param c logical context
def_API('Z3_mk_fpa_round_toward_positive', AST, (_in(CONTEXT),))
Implementation
Z3_ast mk_fpa_round_toward_positive(
Z3_context c,
) {
return _mk_fpa_round_toward_positive(
c,
);
}