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

Checks whether a given floating-point numeral is subnormal.

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