Skip to content

I coded a reverse polish notation calculator for the Apple Watch

Notifications You must be signed in to change notification settings

kyracho/RPN-Calculator

Repository files navigation

RPN-Calculator

Hello, welcome. I hope you will like it here.

After coding this RPN calculator, I discovered that there are already existing RPN calculator apps for the Apple Watch. For that reason, you probably won't find this specific app on the Apple Store.

Screenshot 2024-08-26 at 6 16 19 PM
  • "Push" adds the current input onto the stack.
  • "Clear" clears the current input and the stack.
  • "Del" clears the most recent digit from the current input.
  • "+", "-", "*", and "/" operate on the last two numbers in the stack and replace them with the result.

About

I coded a reverse polish notation calculator for the Apple Watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages