pub unsafe extern "C" fn rm_to_string(
rm: RoundingMode,
) -> *const c_charExpand description
Get a string representation of a Cvc5RoundingMode. @param rm The rounding mode. @return The string representation.
pub unsafe extern "C" fn rm_to_string(
rm: RoundingMode,
) -> *const c_charGet a string representation of a Cvc5RoundingMode. @param rm The rounding mode. @return The string representation.