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

Support comparison operators (>, <, =, >=,<=) to get a true / false evaluation #6

Open
felix-the-real-cat opened this issue Jul 19, 2018 · 4 comments
Labels

Comments

@felix-the-real-cat
Copy link

Is your feature request related to a problem? Please describe.
This feature request is related to a use case. I need to implement price calculation depending on some variables. A price can be obtained through various formula. Each formula has a condition of application (e.g a+b+c > 200 then use formula 1 - I need to be able to evaluate the formula a+b+c > 200)

Describe the solution you'd like
Take the comparison operators into account.

Describe alternatives you've considered
N/A

Additional context
N/A.

@madorin
Copy link
Owner

madorin commented Jul 19, 2018

This is on my todo list. Eta is about one month (probably), maybe faster.

@felix-the-real-cat
Copy link
Author

Great !
BTW, thanks for this useful evaluator...

@tomotom
Copy link

tomotom commented Aug 10, 2018

I'm also really interested. Thanks

@bolotavlad
Copy link

Hi, any news on this?

Thank you very much for this module.

@madorin madorin added the feature label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants