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

Checks whether a given floating-point numeral is a NaN.

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