Programmable RPN Calc (Paid)

50+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

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!
Updated on
Nov 5, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

Improvements to prompt dialog