mk_fpa_rounding_mode_sort method

Z3_sort mk_fpa_rounding_mode_sort(
  1. Z3_context c
)

@name Floating-Point Arithmetic / /**@{/ /** \brief Create the RoundingMode sort.

\param c logical context

def_API('Z3_mk_fpa_rounding_mode_sort', SORT, (_in(CONTEXT),))

Implementation

Z3_sort mk_fpa_rounding_mode_sort(
  Z3_context c,
) {
  return _mk_fpa_rounding_mode_sort(
    c,
  );
}