kdrag.theories.real.sympy.limit

kdrag.theories.real.sympy.limit(e, x, x0)

Compute the limit of a z3 expression. >>> x = smt.Real(“x”) >>> limit(1/x, x, sympy.oo) 0 >>> limit(1/x, x, 0) # TODO: What to do about this one? inf