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

Add ability to store complex number in the variable #179

Closed
sys27 opened this issue Jan 30, 2017 · 1 comment
Closed

Add ability to store complex number in the variable #179

sys27 opened this issue Jan 30, 2017 · 1 comment
Assignees
Milestone

Comments

@sys27
Copy link
Owner

sys27 commented Jan 30, 2017

Example: x := 5+2i

Related to #131

@sys27 sys27 added this to the xFunc 3.4.0 milestone Jan 30, 2017
@sys27 sys27 self-assigned this Jan 30, 2017
@sys27
Copy link
Owner Author

sys27 commented Feb 14, 2017

Right now, values can be saved into two collections: variables and functions. The variables collection is a 'static' value, which is computed on assign. The functions collection is a 'dynamic' value, which will be computed on execution of expression.
So, functions can store any value. Do we really need variable collection? Possible, we have to use only function collection and use functions as first class objects like in Functional Programming, can affect performance. Or just merge these two entities to single collection of objects?

@sys27 sys27 removed this from the xFunc 3.4.0 milestone Feb 26, 2017
sys27 added a commit that referenced this issue Apr 30, 2018
@sys27 sys27 added this to the xFunc 3.6.0 milestone Apr 30, 2018
@sys27 sys27 closed this as completed Apr 30, 2018
sys27 added a commit that referenced this issue Apr 13, 2019
sys27 added a commit that referenced this issue Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant