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

invoke the == for terms #28

Closed
wd15 opened this issue Sep 19, 2014 · 2 comments
Closed

invoke the == for terms #28

wd15 opened this issue Sep 19, 2014 · 2 comments

Comments

@wd15
Copy link
Contributor

@wd15 wd15 commented Sep 19, 2014

Change the current way terms are put together eq = term1 - term2 + term3 (1) so that the following notation can be used eq = (term1 - term2 + term3 h2. 0) (2) or eq = (term1 + term3 term2) (3) Any of the above methods should work the same. The following expression should just return itself, eq == 0

Imported from trac ticket #29, created by wd15 on 02-18-2005 at 16:22, last modified: 02-27-2005 at 11:53

@guyer
Copy link
Member

@guyer guyer commented Sep 19, 2014

Logged In: YES user_id=121894 This will involve overriding the _eq_() method to return a new term. Also should probably override the _nonzero() method for proper response to truth value testing.

Trac comment by jguyer on 02-18-2005 at 16:44

@guyer
Copy link
Member

@guyer guyer commented Sep 19, 2014

Logged In: YES user_id=121894 Now supported

Trac comment by jguyer on 02-27-2005 at 11:53

@wd15 wd15 closed this Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants