pub unsafe extern "C" fn Z3_rcf_div(
c: Z3_context,
a: Z3_rcf_num,
b: Z3_rcf_num,
) -> Option<Z3_rcf_num>Expand description
Return the value a / b.
pub unsafe extern "C" fn Z3_rcf_div(
c: Z3_context,
a: Z3_rcf_num,
b: Z3_rcf_num,
) -> Option<Z3_rcf_num>Return the value a / b.