- android.permission.INTERNET
Apr 18, 2016
When you input numeric without '0' (ex:2.,3.)after decimal point.
App calculate wrong numeric.
So I suggested adding '0' 'after decimal point.(ex:2.0,3.0)
Now I modified app which can calculate either adding '0' or not.
(ex:2.0 or 2. , 3.0 or 3.)