pub unsafe extern "C" fn Z3_mk_fpa_round_to_integral(
    c: Z3_context,
    rm: Z3_ast,
    t: Z3_ast
) -> Z3_ast
Expand description

Floating-point roundToIntegral. Rounds a floating-point number to the closest integer, again represented as a floating-point number.

  • c: logical context
  • rm: term of RoundingMode sort
  • t: term of FloatingPoint sort

t must be of FloatingPoint sort.