You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to use cexprtk which treats ^ as power operation. As we converted to simpleeval which treats this as bitwise XOR, we had to put the change advised in the README.
We used to use
cexprtk
which treats^
as power operation. As we converted tosimpleeval
which treats this as bitwise XOR, we had to put the change advised in the README.Unfortunately this does not change the order of operation. Below is an example (both should result into 6):
The text was updated successfully, but these errors were encountered: