rpncalc icon indicating copy to clipboard operation
rpncalc copied to clipboard

A simple RPN (Reverse Polish Notation) calculator app built using Flutter

Results 10 rpncalc issues
Sort by recently updated
recently updated
newest added

Hello App hangs up when dividing number ending in two zeroes by .4 https://github.com/apesic/rpncalc/assets/109033451/a313997c-ed20-4ec2-91aa-c9bb51819a76 Android version: 13 RPNcalc version: 1.3.1 (9)

```plain 10 30 exponent ``` results in ~9.22e18, not 10e30

bug

or periods or whatever the locale calls for

enhancement

I tried to solve 20 / (641 / 60) and calculated the part in brackets first: 641 enter 60 enter divide 20 enter switch divide The result was 1.0, which...

bug

Please consider adding support for Material You themed icons in android 13. https://developer.android.com/develop/ui/views/launch/icon_design_adaptive

enhancement

my phone don't have a lot of memory so background apps constantly gets killed. this causes issue with the calculator since when I switch back all the numbers entered are...

enhancement

For it was need all those changes, it was also added a .sdk for using `sdk use` and having the right versions for gradle, java and kotlin. TODO: Add build...

Hey. It'd be cool if we had trigonometric functions, a square root key, logarithms, and maybe even things like permutations and combinations. I suppose the UI could take inspiration from...

enhancement

Thank you for fixing the disappearing buttons (#1)! But now I encounter another problem: I can only see two elements of the stack + the input line ![Screenshot_20210201-115251](https://user-images.githubusercontent.com/4856462/106467211-3a3dd400-6494-11eb-894d-5d8dbdc8c369.png) May I...

enhancement