forzzzzz / Calculator-You

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

The Log function is not working properly for base 10 #5

Closed Hardik1991913 closed 2 months ago

Hardik1991913 commented 3 months ago

In the calculator for any input for Log(10^(-n)) (base is 10) where n is any positive integer the output is Always -1

Input: Log(10^(-n)) Output: -1

Here is the screenshot Calc_you

forzzzzz commented 3 months ago

There is no problem with log. I'm using https://github.com/Darkempire78/OpenCalc. It has problems with power. Therefore, it seemed to you that log was not working correctly. It might be worth changing the library, but it will take a lot of time. And I haven't found anything better than this yet

Hardik1991913 commented 3 months ago

There is no problem with log. I'm using https://github.com/Darkempire78/OpenCalc. It has problems with power. Therefore, it seemed to you that log was not working correctly. It might be worth changing the library, but it will take a lot of time. And I haven't found anything better than this yet

Thanks.

forzzzzz commented 2 months ago

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