Calcscript Apk

Calcscript Apk

Latest version 1.8.2
26 May 2015

Older Versions

Apk Infos

Version1.8.2
Rating4.6/5, based on 25 votes
Size‎923.2 KB
Requires AndroidAndroid 2.2+ (Froyo)
Author's NotesCalcscript is a RPN calculator that uses programming language for calculations.

About Calcscript APK

Calcscript APK Download for Android
Calcscript APK Download for Android

Description

Calcscript is an advanced RPN calculator that uses simple programming language based on Golfscript.


Calcscript is designed with the purpose of executing complex calculations using minimum number of keystrokes.

Features:
- Live preview - the calculator executes what you write with every keystroke.
- Four native types: numeric, array, string and block.
- Over 30 different built-in operators.
- Defining your own operators and functions.
- Application includes simple tutorial for beginners.
- Two keyboard layouts for basic and advanced operators.

Send suggestions and bug reports to support+calc@metacode.biz

Latest updates

What's new in version 1.8.2

Fix fold operator (thanks Dennis!).
Fix font on Android 5.
Fix layout issues on Android 5.
Add searchable list of operators.
Better design on Android 2.2.
Allow opening calculator in popup window on Samsung devices.
Add help messages (visible when using SPen or accessibility device).
Changed behavior of the ⇧ key that no longer inserts the ` operator. To insert that operator use Search operators window.
Minor layout fixes on tablets.

How to install Calcscript APK on Android phone or tablet?

Download Calcscript APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (biz.metacode.calcscript-v1.8.2-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.8.2 (28)923.2 KB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Awesome calculator for programmers and RPN users
5 ★Has RPN expressions, a neat micro language (Calcscript), and stack-based evaluation. Separates entry from evaluation, but also allows dynamic display of the current result stack (not singular value) which can be quickly copied. This is the only calculator I have found that has a non-traditional (ie. non-HP) 'equation' RPN entry that actually works well. The keyboard duality is also very elegant. Doesn't have the specialization of some of the scientific calculators, but it is my first pick. One thing I would like though is multiple program windows / buffers.
4 ★As all my EE colleagues at work are big fans of RPN, I would almost recommend this app! Unfortunately, it does not handle floating point values well. I am not commenting its precision, instead I am commenting on inability to express small and large values effectively. For example, 13.56MHz=13560000=13.56E6. To express this using calcscript, one has to either type 13560000 or one has to type 13.56 10 6? * , neither of which is either succinct or convenient. Developers, please add simple notation for exponents, such as the tried-and-true 'e' (or 'E'), as in 13.56E6. One last issue, calcscript does not express small floating point values well. For example, 0.000000000150 = 150E-12. Unfortunately, calcscript considers it zero, as in 0.00000000015 2 * is evaluated as 0 (zero). I love scripting for math!!! I love scilab, matlab, etc... I would love to love this app if its floating point capabilities were expanded (fixed).
5 ★This is exactly the sort of thing I've been looking for. It gives me the perfect combination of RPN programmability with simplicity and efficiency, and always available on my phone. Edit: I understand this better now after researching Golfscript. It's not intended as a general purpose calculator, but it is still very useful to me. Update: Thank you for the floating point and additional functions.
5 ★Didn't think it was possible to play with Golfscript on my phone. This is great! It would be awesome to have load/save script capability (and eventually share via email or other app)