module Real:sig..end
val mk_sort : context -> Sort.sortval get_numerator : Expr.expr -> Expr.exprval get_denominator : Expr.expr -> Expr.exprval get_ratio : Expr.expr -> Ratio.ratioval to_decimal_string : Expr.expr -> int -> stringval numeral_to_string : Expr.expr -> stringval mk_const : context -> Symbol.symbol -> Expr.exprval mk_const_s : context -> string -> Expr.exprval mk_numeral_nd : context -> int -> int -> Expr.exprArithmetic.Real.mk_numeral_sval mk_numeral_s : context -> string -> Expr.exprval mk_numeral_i : context -> int -> Expr.exprval mk_is_integer : context -> Expr.expr -> Expr.exprval mk_real2int : context -> Expr.expr -> Expr.expr
The semantics of this function follows the SMT-LIB standard for the function to_int.
The argument must be of real sort.
module AlgebraicNumber:sig..end