EBTCalc is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc is open source.
EBTCalc for Android © Copyright 2020, Eric Bergman-Terrell
A version of EBTCalc
for Windows and Linux is also available.
- Load in Android Studio
- Run!
Note: This app uses the Mozilla Rhino Javascript engine
.
The "app/libs/js.jar" file is the Rhino 1.7.7
Javascript engine.
You will probably not want to use a more recent version as later versions were not supported by Android.
This app uses the Rhino
Javascript engine. To update, copy the latest .jar to
app\libs. Then update the dependency (File / Project Structure / Dependencies).
See this page
to determine the level of ES2015 support.
Please submit your feedback to [email protected].