pub unsafe extern "C" fn Z3_mk_fpa_sort_single(
    c: Z3_context
) -> Z3_sort
Expand description

Create the single-precision (32-bit) FloatingPoint sort.

  • c: logical context.