I dont understand why when I eval some expressions the library take problems, for example
when I eval 2+2*2 and call the method evalAsFloat(), return 8 instead of 6
and when eval any division return 0 instead of the correct result
please, help me, fix that bugs, I want to use your library.
best regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I dont understand why when I eval some expressions the library take problems, for example
when I eval 2+2*2 and call the method evalAsFloat(), return 8 instead of 6
and when eval any division return 0 instead of the correct result
please, help me, fix that bugs, I want to use your library.
best regards
I's a long time now, but I fixed a lot of things (except the order of operations which should be for the next versdion I hope).