Calculator, no rounding errors

1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

FEATURES:

1. Accurate, no round-off errors
- Computational error (rounding-off) doesn't occur.
This app treats a numerical value as a rational number of the infinite precision.

e.g.
A result of "1 ÷ 3" is indicated as "0.3333333...",
but is internally treated as "1/3" (fraction).


2. Arithmetic operator precedence

- This app understands the arithmetic operator precedence.
(e.g. Multiplication precedes addition.)

Thus, in the expression "1000 + 25 × 8",
the answer is "1200" (not "8200").


- This app also understands parentheses.

Thus, in the expression "1 ÷ ( 2 + 3 )",
the answer is "0.2" (not "3.5").


3. Infinite-precision arithmetic

- This app can deal with a very huge numbers or
very tiny numbers without errors.

- When a number is too long and doesn't fit into the display area,
you can scroll the display area horizontally.

- When the quotient is not divisible,
it is shown up to 24 digits after the decimal point.


4. Percentage operations

- You can use the "%" button to calculate a tax, etc.

e.g.
"200 + 8 %" means "200 + (200 × 0.08)".
Thus, its result is "216".


5. "00" button and "000" button

- You can use the "00" button instead of pressing the "0" button twice.

- You can also use the "000" button instead of pressing the "0" button 3 times.
However, the "000" button is available only in the landscape mode.


6. Hardware keyboard

- You can input a numerical value with the hardware numeric keypad of your terminal.

- You can also input a numerical value with the hardware keyboard which is connected to your terminal.


7. Free of charge, no advertisements

- You can use this app free of charge.

- There is no advertisements in this app.


8. No permissions required

- This app doesn't require any permissions.
Updated on
Aug 7, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

v2.7.0 (2024-08-08)
Improvement
- Updated some internal libraries.

v2.6.0 (2024-05-21)
Improvement
- Updated some internal libraries.

v2.5.0 (2024-01-25)
Improvement
- Improved Android 14 support

v2.4.0 (2023-10-03)
Improvement:
- Updated some internal libraries.

v2.3.0 (2023-07-15)
New Features:
- Added a power (exponentiation) button.
- Added a factorial button.
Improvement:
- Refined button icons.
Fixed:
- Removed broken support for RTL languages.