pub unsafe extern "C" fn Z3_rcf_num_to_decimal_string(
    c: Z3_context,
    a: Z3_rcf_num,
    prec: c_uint
) -> Z3_string
Expand description

Convert the RCF numeral into a string in decimal notation.