pub unsafe extern "C" fn Z3_mk_fpa_is_infinite(
    c: Z3_context,
    t: Z3_ast
) -> Z3_ast
Expand description

Predicate indicating whether t is a floating-point number representing +oo or -oo.

  • c: logical context
  • t: term of FloatingPoint sort

t must have FloatingPoint sort.