What is reverse polish notation?

1 answer

Answer

1145445

2026-03-29 13:55

+ Follow

First, here are the keystrokes in algebraic notation:

2 x 3 <enter>

Here is the same thing in RPN:

2 <enter> 3 x

RPN is supposed to be easier to program on a handheld calculator.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.