Function z3_sys::Z3_mk_fpa_is_nan [] [src]

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

Predicate indicating whether t is a NaN.

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

t must have FloatingPoint sort.