mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
added is_numeral_negative to ML API.
This commit is contained in:
parent
9c16d16bc8
commit
9ebea09d05
2 changed files with 4 additions and 0 deletions
|
@ -2185,6 +2185,9 @@ sig
|
|||
|
||||
(** Indicates whether a floating-point numeral is positive. *)
|
||||
val is_numeral_positive : context -> Expr.expr -> bool
|
||||
|
||||
(** Indicates whether a floating-point numeral is negative. *)
|
||||
val is_numeral_negative : context -> Expr.expr -> bool
|
||||
|
||||
(** Conversion of a floating-point term into a bit-vector term in IEEE 754-2008 format. *)
|
||||
val mk_to_ieee_bv : context -> Expr.expr -> Expr.expr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue