mirror of
https://github.com/Z3Prover/z3
synced 2026-04-04 18:59:02 +00:00
fix bug reported in API coherence report
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8cc75d444e
commit
1137d23725
2 changed files with 5 additions and 1 deletions
|
|
@ -2225,7 +2225,7 @@ struct
|
|||
let div (ctx:context) (a:rcf_num) (b:rcf_num) = Z3native.rcf_div ctx a b
|
||||
|
||||
let neg (ctx:context) (a:rcf_num) = Z3native.rcf_neg ctx a
|
||||
let inv (ctx:context) (a:rcf_num) = Z3native.rcf_neg ctx a
|
||||
let inv (ctx:context) (a:rcf_num) = Z3native.rcf_inv ctx a
|
||||
|
||||
let power (ctx:context) (a:rcf_num) (k:int) = Z3native.rcf_power ctx a k
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue