loresoft / Calculator

Calculator.NET - Calculator that evaluates math expressions
Apache License 2.0
97 stars 48 forks source link

Incorrect calculation #6

Open CALPARDO opened 1 year ago

CALPARDO commented 1 year ago

Try this: 1/(sqrt(1-.71^2))*3.2 on both normal calculator and this app

pwelter34 commented 1 year ago

I more helpful issue would be to explain what is expected. Looks like if you use 1/(sqrt(1-(.71^2)))*3.2, computes correctly.