Function z3_sys::Z3_mk_fpa_div
[−]
[src]
pub unsafe extern "C" fn Z3_mk_fpa_div(
c: Z3_context,
rm: Z3_ast,
t1: Z3_ast,
t2: Z3_ast
) -> Z3_ast
Floating-point division
c
: logical contextrm
: term of RoundingMode sortt1
: term of FloatingPoint sort.t2
: term of FloatingPoint sort
The nodes rm
must be of RoundingMode sort, t1
and t2
must have the same FloatingPoint sort.