mk_fpa_sort_16 method

Z3_sort mk_fpa_sort_16(
  1. Z3_context c
)

\brief Create the half-precision (16-bit) FloatingPoint sort.

\param c logical context

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

Implementation

Z3_sort mk_fpa_sort_16(
  Z3_context c,
) {
  return _mk_fpa_sort_16(
    c,
  );
}