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
The following expression sincos(1) is seen as valid for exp4j
Although the evaluation of the expression is done correct, meaning, even if the expression is written in the following manner sincos(1) the code evaluates it as sin(cos(1)), shouldn't the shunting yard algorithm detect that sincos(x) function is not written in a valid form and when calling the validate() method return false?
The text was updated successfully, but these errors were encountered:
The following expression sincos(1) is seen as valid for exp4j
Although the evaluation of the expression is done correct, meaning, even if the expression is written in the following manner sincos(1) the code evaluates it as sin(cos(1)), shouldn't the shunting yard algorithm detect that sincos(x) function is not written in a valid form and when calling the validate() method return false?
The text was updated successfully, but these errors were encountered: