Function z3_sys::Z3_mk_fpa_to_real [] [src]

pub unsafe extern "C" fn Z3_mk_fpa_to_real(c: Z3_context, t: Z3_ast) -> Z3_ast

Conversion of a floating-point term into a real-numbered term.

Produces a term that represents the conversion of the floating-poiunt term t into a real number. Note that this type of conversion will often result in non-linear constraints over real terms.

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