Function z3_sys::Z3_fpa_get_numeral_significand_string[][src]

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

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

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

Remarks: The significand s is always 0.0 <= s < 2.0; the resulting string is long enough to represent the real significand precisely.