[][src]Function z3_sys::Z3_fpa_is_numeral_zero

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

Checks whether a given floating-point numeral is +zero or -zero.

  • c: logical context
  • t: a floating-point numeral