Programmable RPN Calc

Programmable RPN Calc

EBTCalc - The Ultimate Programmable RPN Calculator for Android!

App info


1.59
January 11, 2025
2,665
Android 7.0+
Everyone
Get Programmable RPN Calc for Free on Google Play

Advertisement

App description


Android App Analysis and Review: Programmable RPN Calc, Developed by Eric Bergman-Terrell. Listed in Productivity Category. Current Version Is 1.59, Updated On 11/01/2025 . According to users reviews on Google Play: Programmable RPN Calc. Achieved Over 3 thousand Installs. Programmable RPN Calc Currently Has 14 Reviews, Average Rating 4.6 Stars

EBTCalc is the ultimate programmable Reverse Polish Notation (RPN) calculator available for Android devices, from tiny phones to large tablets, and everything in between. With EBTCalc, you can create custom buttons using the industry-standard Javascript programming language.

EBTCalc is available in Free and Paid versions. Get the paid version to avoid the nag screen when editing Javascript.

EBTCalc:

• Create an unlimited number of custom functions using the popular, industry-standard JavaScript programming language!
• Custom functions are callable by clicking the custom button that appears the moment you’ve written the function.
• The JavaScript editor allows you to instantly navigate to a specified function.
• When a custom function is added or updated in the integrated editor, it can be immediately used by the calculator. Many other programmable calculators require the user to exit the app, and re-run it before the altered script is recognized. Not EBTCalc!
• EBTCalc’s JavaScript editor pinpoints syntax errors for quick correction.
• Custom JavaScript functions developed on one device can be exported and imported into other devices.
• EBTCalc has a simple logging mechanism for easy debugging.
• JavaScript methods that implement custom buttons are run with a user-specified timeout value, so there's no risk of infinite loops causing lock-ups and draining your device’s battery.
• Custom buttons can prompt the user for values, using a standard Android dialog box.
• Custom objects are treated like any other values: Custom objects can be manipulated on the stack, stored as memory variables, passed as parameters to custom functions, and so on. Custom objects are rendered on the stack using a toString function that you control.
• Customize EBTCalc to your heart's content, using the popular, industry-standard JavaScript programming language!
• Performs calculations using the RPN (Reverse Polish Notation) system, preferred by engineers and scientists.
• Optional key click for improved data entry accuracy.
• Optional thousands separator for improved readability of larger numbers.
• Manipulates arrays as easily as floating-point numbers. Values on the stack can be converted to and from arrays with a single button click.
• Full clipboard integration. Copy and paste values between EBTCalc and other apps.
• Runs on large tablets to small phones, and takes full advantage of screen real-estate. On tablets, EBTCalc has an efficient two-column mode.
• An unlimited number of values can be stored on the stack.
• Values stored on the stack are available even after EBTCalc is closed and re-started.
• Store an unlimited number of values in named memory variables. Memory variable values are retained until they are deleted. Retrieve memory variables by name.
• EBTCalc has the standard set of advanced mathematical operations, trigonometry, statistics, and date/time manipulation.
• Supports computer math: base conversions, arithmetic operations, and bitwise logical operations.
• Minimalist, clean user interface. EBTCalc doesn’t get between you and your numbers.
• Comprehensive on-line help, in the unlikely event that you need it.
• EBTCalc has no advertising.
• EBTCalc is open sourced.

Additionally, a desktop version of EBTCalc for Windows, Linux, and OSX is available!
We are currently offering version 1.59. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.

We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.

It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.

What's New


Now targets SDK version 35.

Rate and review on Google Play store


4.6
14 total
5 84.6
4 0
3 15.4
2 0
1 0

Total number of installs (*estimated)

Estimation of total number of installs on Google Play, Approximated from number of ratings and install bounds achieved on Google Play.

Recent Comments

user
A Google user

I wrote an application framework object to handle multiscreen applications, custom actions on the cancel and ok buttons, improved prompt interface etc, I even used it to create a blackjack game. It would be really useful if you could implement the ability to include text before the input fields, I would also like to be able to plot graphs via canvas etc. Thanks for your wonderful work.

user
A Google user

After add some function, application exit if tap custom and input as array like [] or [1,2..]