Replies: 4 comments
-
I think you can write a helper function that takes the environment into account, and then use it inside the calculator function. |
Beta Was this translation helpful? Give feedback.
-
There would be two solutions:
First one is more general solution, but second one is easier to implement. |
Beta Was this translation helpful? Give feedback.
-
I did it iterating all possible values of X when evaluating |
Beta Was this translation helpful? Give feedback.
-
@adzaky15 does the above comments solve your problem? Please close this issue if so. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Akhdan Dzaky Maulana
Hello!
I'm doing calculator.ml, and I got stuck on the Sigma(e1, e2, e3) -> part.
Should I add "env" map to the calculator? Or should I find a way to convert e3 into a function?
Beta Was this translation helpful? Give feedback.
All reactions