Function z3_sys::Z3_mk_fpa_max[][src]

pub unsafe extern "C" fn Z3_mk_fpa_max(
    c: Z3_context,
    t1: Z3_ast,
    t2: Z3_ast
) -> Z3_ast
Expand description

Maximum of floating-point numbers.

  • c: logical context
  • t1: term of FloatingPoint sort
  • t2: term of FloatingPoint sort

t1 and t2 must have the same FloatingPoint sort.