pub unsafe extern "C" fn Z3_get_decl_rational_parameter(
c: Z3_context,
d: Z3_func_decl,
idx: c_uint,
) -> Z3_stringExpand description
Return the rational value, as a string, associated with a rational parameter.
ยงPreconditions:
Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::Rational