Function z3_sys::Z3_fpa_get_numeral_exponent_string[][src]

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

Return the exponent value of a floating-point numeral as a string.

  • 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 argument.