I dunno (piefed.cdn.blahaj.zone)
 
you are viewing a single comment's thread
view the rest of the comments
[–] 38 points 9 months ago (2 children)

2 5 8 5 - × + for you RPN fans =)

  • source
  • hideshow 4 child comments
  • [–] 4 points 9 months ago (2 children)

    Actually:

    2 5 8 5 - x +

    10 keystrokes

    I use RPN on my phone calculator for fun but it can also be annoying sometimes.

    On my CASIO FX-260 Solar II calculator (super cheap, really nice and simple but also powerful) that would be:

    2 + 5 ( 8 - 5 ) =

    9 keystrokes

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 9 months ago (2 children)

    Im terrible at math, what is this though?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 23 points 9 months ago* (1 child)

    RPN or Reverse Polish Notation is a notation for calculators to be less ambiguous. The last numbers use the operator to their right, repeat. So no need for parenthesis or PEMDAS.

    • 2 5 8 5 - × +
    • (8 - 5 = 3)
    • 2 5 3 × +
    • (5 × 3 = 15)
    • 15 2 +
    • (15 + 2 = 17)
    • 17
  • source
  • parent
  • hideshow 2 child comments