mk_fpa_round_nearest_ties_to_away method

Z3_ast mk_fpa_round_nearest_ties_to_away(
  1. Z3_context c
)

\brief Create a numeral of RoundingMode sort which represents the NearestTiesToAway rounding mode.

\param c logical context

def_API('Z3_mk_fpa_round_nearest_ties_to_away', AST, (_in(CONTEXT),))

Implementation

Z3_ast mk_fpa_round_nearest_ties_to_away(
  Z3_context c,
) {
  return _mk_fpa_round_nearest_ties_to_away(
    c,
  );
}