[][src]Function z3_sys::Z3_fpa_get_numeral_sign_bv

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

Retrieves the sign of a floating-point literal as a bit-vector expression.

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

Remarks: NaN is an invalid argument.