App is deprecated.Last check on May 24, 2024.
BCalc

BCalc

Basic calculator with details of the resolution of the operations

App Report, Market and Ranking Data
category
price
Free
Reviews
0 (0)
United States United States
Description
Basic calculator with details of the resolution of the operations
Basic calculator with details of the resolution of the operations, for example, you know that 2 + 2/2 = 3, because if we are not alert we could assume that the result is 2, this calculator will show you the order of the operations that are performing, In this case first make the division 2/2 = 1 and then the sum 2 + 1 = 3, it will leave a detail as follows:

2/2 = 1.0
2 + 1.0 = 3.0
2 + 2/2 = 3.0

In this way you can audit the resolution of more complex operations involving square roots, exponents, grouping signs, etc. And have a clear idea of how the calculator came to that result.

If you press a few seconds you can copy the detail to the clipboard and paste it in a text message or another part to send it to your friends.

------------------------------------------------
-- For developers
------------------------------------------------
* .- You can invoke the calculator from any Android application and pass a formula:

String formula = "175.26*16%";
Intent intentCalculadora = new Intent(Intent.ACTION_VIEW);
ComponentName componentName = new ComponentName("com.rb.calculadorae", "com.rb.calculadorae.CalcActivity");
intentCalculadora.setComponent(componentName);
intentCalculadora.putExtra("formula", formula );
startActivityForResult(intentCalculadora, RESULTADO_CALCULADORA);

* - and the result can be recovered:

if (requestCode == RESULTADO_CALCULADORA){
if (resultCode == RESULT_OK){
String resultado = data.getStringExtra("resultado");
if (resultado != null && !resultado.isEmpty()){
txtFormula.setText(resultado);
}
}
}
Category Ranking
Not enough information to display the data.
Review Breakdown
Not enough information to display the data.
Screenshots
Download & Revenue
DOWNLOAD N/AApr 2024Worldwide
REVENUEN/AApr 2024Worldwide
download revenue
About
Bundle Id
com.rb.calculadorae
Min Os. Version
Varies with device
Release Date
Mon, Feb 20, 2017
Update Date
Sat, Mar 12, 2022
Content Rating
Everyone
What's New
version
1647106273000
updated
2 years ago
Change of look, screen for graphics is included
Newsletter

Subscribe our newsletter and get useful information every week.

Stay Ahead of the Market with StoreSpy
Never miss opportunities
Watch your competitors closely
Start boosting your app right away
Start Now
stay a head