3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-03 08:55:14 +00:00

switch to expose fresh function instead of changing legacy function

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-24 13:05:34 -08:00
parent eac7d7576f
commit fa72ec5405
6 changed files with 41 additions and 11 deletions

View file

@ -1264,7 +1264,7 @@ sig
(** Create a real numeral from a fraction.
@return A Term with rational value and sort Real
{!mk_numeral_s} *)
val mk_numeral_nd : context -> int64 -> int64 -> Expr.expr
val mk_numeral_nd : context -> int -> int -> Expr.expr
(** Create a real numeral.
@return A Term with the given value and sort Real *)