Skip to content

Conversation

rikardn
Copy link
Contributor

@rikardn rikardn commented Jan 6, 2022

Representing mathematical n-tuples. Same as sympy.Tuple. Needed as elements of future ProductSet. For example:

>>> sympy.ProductSet(sympy.Reals, sympy.Reals).contains(sympy.Tuple(1, 1)) 
True

@rikardn rikardn requested a review from a team January 7, 2022 08:41
Copy link
Contributor

@bjodah bjodah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@rikardn
Copy link
Contributor Author

rikardn commented Feb 10, 2022

Thanks for reviewing!

@rikardn rikardn merged commit ebaf04e into symengine:master Feb 10, 2022
@rikardn rikardn deleted the tuple branch February 10, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants