Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python representation of Real #784

Open
pietercollins opened this issue Oct 15, 2024 · 0 comments
Open

Python representation of Real #784

pietercollins opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
deficiency Un undesirable feature which is not a bug numeric Numeric module priority:low Low priority python Python interface

Comments

@pietercollins
Copy link
Contributor

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)

@pietercollins pietercollins added numeric Numeric module python Python interface deficiency Un undesirable feature which is not a bug priority:low Low priority labels Oct 15, 2024
@pietercollins pietercollins self-assigned this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deficiency Un undesirable feature which is not a bug numeric Numeric module priority:low Low priority python Python interface
Development

No branches or pull requests

1 participant