Programmable RPN Calc Application icon

Programmable RPN Calc 1.59

1.3 MB / 10+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Programmable RPN Calc, developed and published by Eric Bergman-Terrell, has released its latest version, 1.59, on 2025-02-03. This app falls under the Productivity category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Programmable RPN Calc APK available on this page is compatible with all Android devices that meet the required specifications (Android). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.ericbt.rpncalcfree

Updated: 7 days ago

Developer Name: Eric Bergman-Terrell

Category: Productivity

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Programmable RPN Calc on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

5 ★, on 2016-09-28
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.

4 ★, on 2017-05-21
After add some function, application exit if tap custom and input as array like [] or [1,2..]

3 ★, on 2015-10-04
However the stack is displayed.. inverted, no ability to roll, can't unwrap array with array inside, no ability to edit top stack value, etc. It would also be nice to use variables as stack symbols with load/sto operators.

Previous Versions

Programmable RPN Calc 1.59
2025-02-03 / 1.3 MB / Android

Programmable RPN Calc 1.57
2024-11-07 / 1.4 MB / Android

Programmable RPN Calc 1.54
2024-06-26 / 715.9 KB / Android

Programmable RPN Calc 1.51
2023-12-09 / 700.6 KB / Android

About this app

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!

New features

Improvements to prompt dialog