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

Constants #3

Open
H-ANSEN opened this issue Dec 26, 2022 · 0 comments
Open

Constants #3

H-ANSEN opened this issue Dec 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@H-ANSEN
Copy link
Owner

H-ANSEN commented Dec 26, 2022

Support for mathematical constants, both built-in and user defined. Built-in constants should include:

User defined constants could possibly be implemented in some sort of expression builder class or directly into the StrEvaluate class. This would allow users to attach a double value to a string constant:

StrEvaluate evaluator = new StrEvaluate();
evaluator.addConstant("pi", 3.14);
@H-ANSEN H-ANSEN added the enhancement New feature or request label Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant