[][src]Function z3_sys::Z3_fpa_get_numeral_exponent_bv

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

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

  • c: logical context
  • t: a floating-point numeral
  • biased: flag to indicate whether the result is in biased representation

Remarks: This function extracts the exponent in t, without normalization. NaN is an invalid arguments.