Open pietercollins opened 1 month ago
The Python representation of Real does not give a constructor for the dynamic type. e.g. the following code snippet fails: r=Real(Rational(1,3)); rr=repr(r); print(rr); eval(rr)
r=Real(Rational(1,3)); rr=repr(r); print(rr); eval(rr)
The Python representation of Real does not give a constructor for the dynamic type. e.g. the following code snippet fails:
r=Real(Rational(1,3)); rr=repr(r); print(rr); eval(rr)