Programmable RPN Calc (Paid) Application icon

Programmable RPN Calc (Paid) 1.51

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


See previous versions

Programmable RPN Calc (Paid), developed and published by Eric Bergman-Terrell, has released its latest version, 1.51, on 2023-11-05. This app falls under the Productivity category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Programmable RPN Calc (Paid) APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). 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.rpncalcpaid

Updated: 1 year 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 (Paid) 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 2020-08-13
😂

5 ★, on 2013-08-07
I've been looking for a programmable calculator that has a decent modern programming language, RPN stack, and of course custom keys. This is an excellent effort. There is a slight delay after pressing a custom key, which hopefully will be optimized out at some stage. Storing and retrieving variables takes too many keystrokes. But overall, this app is solid and the ability to define your own keys and program them is fantastic. The developer is responsive to emails, which is good.

5 ★, on 2012-12-18
EBTCalc is currently the best RPN programmable calculator available on the Android market. It has all the math, trig, programmer and (some) Stats functions one would want, and supports arrays. What makes it stand out, however, is its programmability. Users can write functions and programs in Javascript with its built-in editor. This can enhance its functionality almost without limit. At present, it can only be used on tablets, presumably because most smart phone screens are too small to accommodate its UI. This is a 'must have' app for serious users to want an RPN calculator that is not only rich in features but also programmable. Highly recommended.

Previous Versions

Programmable RPN Calc (Paid) 1.51
2023-11-05 / 1 MB / Android 2.3+

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