Android Calculator
Go to file
2022-08-04 17:35:11 +03:00
app Delete ga.xml 2021-08-12 15:40:40 +02:00
assets add the LICENSE and put together a basic README 2022-08-04 17:35:11 +03:00
dragbutton Add high-contrast shadow to the main text in DirectionDragButton 2018-04-29 19:22:15 +02:00
gradle/wrapper Update Gradle configuration 2018-04-29 19:04:13 +02:00
jscl Update dependencies 2018-04-30 15:23:02 +02:00
measure fix crash on converter dialogue 2020-03-16 15:52:46 +01:00
translations Update dependencies 2018-04-30 15:23:02 +02:00
.gitignore gitignore .gradle folder 2016-02-26 19:46:17 +01:00
build.gradle use otto from mavenLocal 2020-03-13 22:45:31 +01:00
crowdin.sh Rename values directories 2016-02-16 15:22:34 +01:00
gradle.properties Increase Java heap for Gradle 2016-06-12 21:57:15 +02:00
gradlew Maven -> Gradle 2015-01-20 23:50:46 +01:00
gradlew.bat Maven -> Gradle 2015-01-20 23:50:46 +01:00
LICENSE add the LICENSE and put together a basic README 2022-08-04 17:35:11 +03:00
README.md add the LICENSE and put together a basic README 2022-08-04 17:35:11 +03:00
settings.gradle fix crash on converter dialogue 2020-03-16 15:52:46 +01:00

Calculator++

Scientific calculator with sleek interface and powerful capabilities.

Get it on Google Play Get it on F-Droid

Demo how the app looks like

★ Save your time!

  • Access additional features from the main screen of the app using gestures. For example, to use «%» slide button «/» up
  • You don't need to press «=» anymore - result is calculated automatically
  • Copy/paste with a single button press
  • App supports both portrait and landscape screen orientations

★ Personalize!

  • C++ has two layouts: standard and engineer. Choose one which suits you best either from the initial wizard or from the application settings
  • Set theme you like
  • Add home screen widget

★ Do calculations without switching between the apps! Calculator++ can work in a separate window floating over other applications on your phone

★ Calculate percentages, square roots, powers, trigonometric functions! Calculator has a big variety of built-in functions and supports adding new user-defined functions

★ Plot 2D and 3D graphs! Several functions can be plotted simultaneously

★ Use powerful mathematical capabilities of the app:

  • Do calculations with variables and constants
  • Use built-in functions or add your own
  • Integrate and differentiate
  • Do calculations with fractions and simplify expressions
  • Do calculations with complex numbers

License

This project is licensed under Apache License 2.0. The license of this repo was added based on the comment of the original author (Sergey Solovyev) on 2017-07-24 in which he wrote:

The project uses Apache License, Version 2.0 (see source files for example). Unfortunately, I didn't have time to declare the licence in a proper way

The LICENSE file of this repo is what Apache.org provides in text format. The only modification made was changing the name from LICENSE-2.0.txt to LICENSE.