Python representation of Real #784
Labels
deficiency
Un undesirable feature which is not a bug
numeric
Numeric module
priority:low
Low priority
python
Python interface
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)
The text was updated successfully, but these errors were encountered: