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
It would be great to support images on specific function calls, and derive additional information from it.
Under the assumption that x is an integer and given the information that x^3 is nonnegative, we should be able to derive that x is nonnegative. Additionally, we should be able to determine that x^5 should be nonnegative.
Given the knowledge that the function call f(2) is greater than 7, we should infer that abs(f(2)) can be rewritten to f(2), even though we know nothing about f itself.
The text was updated successfully, but these errors were encountered:
It would be great to support images on specific function calls, and derive additional information from it.
x
is an integer and given the information thatx^3
is nonnegative, we should be able to derive thatx
is nonnegative. Additionally, we should be able to determine thatx^5
should be nonnegative.f(2)
is greater than 7, we should infer thatabs(f(2))
can be rewritten tof(2)
, even though we know nothing aboutf
itself.The text was updated successfully, but these errors were encountered: