pub unsafe extern "C" fn mk_rm(
tm: *mut TermManager,
rm: RoundingMode,
) -> TermExpand description
Create a rounding mode value. @param tm The term manager instance. @param rm The floating point rounding mode this constant represents. @return The rounding mode value.