forzzzzz / Calculator-You

Calculator You is a beautiful calculator for solving simple tasks
GNU General Public License v3.0
74 stars 1 forks source link

Exponent Zero not calculated correctly #8

Closed heschy2 closed 1 month ago

heschy2 commented 1 month ago

So, as far as I know, x^0 = 1 for any value as x. However the App says things like 5^(0) = 0.2 or 8^(0) = 0.125 which is (as far as I know) wrong.

Screenshot_20240725-111206_Calculator You.png

forzzzzz commented 1 month ago

The Problem is in the parser. I will mb change it

forzzzzz commented 1 month ago

@heschy2 l fixed it https://github.com/forzzzzz/Calculator-You/releases/tag/v3.0.0 pls update and test it

heschy2 commented 1 month ago

Tested it, It works properly now. Thank you for your great work!