Polish notation does not mix well with decimal notation

This short post is about a curious observation I made. The observation is that mixing Polish notation with decimal notation results in ambiguity. As an example, consider the string . It could mean either , or . As another example, consider the string . It could mean a variety of things, like , or or , etc. I guess, then, that you need to put parentheses to disambiguate the expression, like this: versus .

No comment found.

Add a comment

You must log in to post a comment.