Skip to content

suhasdara/calculator

Repository files navigation

Android application for a calculator

  1. Basic PEMDAS (BODMAS) calculations.

  2. Utilized BigDecimal library, allowing for precise large (over 10^1000) and small (below 10^(-1000)) number calculations.

  3. Repeated use of equals will repeat absolute last performed calculation (like many other calculator applications).

  4. Can copy the values from the Text fields.

  5. Highlights equation field red when equation is invalid, spontaneously.

  6. Can use previous answer to create a new equation (like many other calculator applications).

About

My first android project. A working calculator that can perform very large and very small calculations as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages