mirror of
https://github.com/Z3Prover/z3
synced 2025-06-12 09:03:26 +00:00
parent
148cb83b0d
commit
cd2701da0c
1 changed files with 2 additions and 2 deletions
|
@ -3206,7 +3206,7 @@ def Q(a, b, ctx=None):
|
|||
>>> Q(3,5).sort()
|
||||
Real
|
||||
"""
|
||||
return simplify(RatVal(a, b))
|
||||
return simplify(RatVal(a, b, ctx=ctx))
|
||||
|
||||
|
||||
def Int(name, ctx=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue