added: button sqrt() on the first tab

(there was not a function to it)



git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@232 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-01 20:34:10 +00:00
parent fbab1df13f
commit f3ee187413
5 changed files with 36 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ performed on an approximate value and the result is only an approximation too.
<p>
For example try to calculate: 0.204 - 0.34*0.80 + 0.068, you would expect that the
result would be: 0 but TTCalc gives you: 3.15544362088404722164691426e-30 which is
result was 0 but TTCalc gives you: 3.15544362088404722164691426e-30 which is
a good approximation to the real zero (look at e-30 part which means 10^(-30)).
</p>