You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caesar should have support for a power operator. Z3 even supports powers on Real and Int types natively! The exponent is always a non-negative integer if I understood correctly.
Since we often use powers in expectations, our implementation should support EUReal bases as well. Extra cases: \infty^0 == 0 and \infty^exponent == \infty for exponent != 0.
The text was updated successfully, but these errors were encountered:
Caesar should have support for a power operator. Z3 even supports powers on
Real
andInt
types natively! The exponent is always a non-negative integer if I understood correctly.Since we often use powers in expectations, our implementation should support
EUReal
bases as well. Extra cases:\infty^0 == 0
and\infty^exponent == \infty
forexponent != 0
.The text was updated successfully, but these errors were encountered: