[][src]Function z3_sys::Z3_mk_fpa_is_zero

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

Predicate indicating whether t is a floating-point number with zero value, i.e., +zero or -zero.

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

t must have FloatingPoint sort.