mk_fpa_rounding_mode_sort method
@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,
);
}