~ Powerful and versatile multi-purpose calculator for the Android platform ~
Report Bug
·
Request Feature
You need to have the Android NDK
installed. For building the native binaries, you also need swig
.
git clone https://github.com/mr-kenhoff/libqalculate-android
git clone https://github.com/mr-kenhoff/qalculate-android
cd qalculate-android
./gradlew assembleDebug
Features specific to qalculate-android:
- Platform-Native Graphical user interface
- Simple default view
- Optional calculate-as-you-type mode
Features from libqalculate:
- Calculation and parsing:
- Result display:
- Symbolic calculation:
- Functions:
- Units:
- Variables and constants:
- Plotting:
- and more...
Note that the numbers pad on the GUI is optional, you can directly tap and input with your Android keyboard and hence enter alphanumeric characters that are not on the numbers pad.
For more details about the syntax, and available functions, units, and variables, please consult the manual (https://qalculate.github.io/manual/)