Skip to main content

term_get_rm_value

Function term_get_rm_value 

Source
pub unsafe extern "C" fn term_get_rm_value(term: Term) -> RoundingMode
Expand description

Get the Cvc5RoundingMode value of a given rounding-mode value term. @note Asserts cvc5_term_is_rounding_mode_value(). @param term The term. @return The floating-point rounding mode value of the term.