mk_fpa_sort_double method
\brief Create the double-precision (64-bit) FloatingPoint sort.
\param c logical context
def_API('Z3_mk_fpa_sort_double', SORT, (_in(CONTEXT),))
Implementation
Z3_sort mk_fpa_sort_double(
Z3_context c,
) {
return _mk_fpa_sort_double(
c,
);
}