Scientific Calculator Scalar Application icon

Scientific Calculator Scalar 1.2.1

43.6 MB / 50K+ Downloads / Rating 4.3 - 486 reviews


See previous versions

Scientific Calculator Scalar, developed and published by Mariusz Gromada, has released its latest version, 1.2.1, on 2024-01-13. This app falls under the Tools category on the Google Play Store and has achieved over 50000 installs. It currently holds an overall rating of 4.3, based on 486 reviews.

Scientific Calculator Scalar APK available on this page is compatible with all Android devices that meet the required specifications (Android 6.0+). 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: org.mathparser.scalar.lite

Updated: 1 year ago

Developer Name: Mariusz Gromada

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Scientific Calculator Scalar 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.

App Rating

4.3
Total 486 reviews

Reviews

5 ★, on 2020-09-25
This is a truly out-of-the-box accomplished solution, because calling it just a scientific calculator diminish it. I am a computer systems engineer and it's very enjoyable to use a tool like this. It's very well thought and original. Kudos for its creator!

2 ★, on 2020-07-31
The app isn't anything near the most advanced, it's slow are no features.... but overall the calculator was good because there are many areas for improvement

1 ★, on 2020-06-05
Fibonacci implemented as a double recursion? Seriously? Fib(1000) takes a few seconds on my 20 year old HP calculator while this "most advanced" calculator would take longer than the age of the universe. There are much better free alternatives on the app store than this piece of junk. Deleted

5 ★, on 2020-01-27
I love the App. And when I started using it I didn't expect it to be that feature rich. I must admit it takes some time to get used to scalar, but learning it is easy and once one knows how to use it, one can solve even really difficult mathematical problems. I have only one recommendation: There is a lot of introduction-page-stuff going on when one first starts the app, a Skip button for older users would be appreciated

4 ★, on 2019-03-02
OK, so I'm amending my first review because the developer of this application reached out to me. I explained the problem with the ads and they have agreed to adjust the intensity of the ads. It is very refreshing to hear this kind of response from a negative review. Because of this I am willing to give the app another chance and tentatively adjust my review. The app itself is nicely designed and intuitive. The functions I have used so far are really slick and useful for my purposes. Thanks, Scalar Math, for addressing my concerns! -----OLD REVIEW-----> So many ads. I uninstalled after the second time a 3 second video played with volume when I was trying to get the square root of a number.

5 ★, on 2019-12-25
A very neat calculator to play with :D One thing though, when running recursive functions like f(x, a) = 2*f(x - a, a) - f(x - 2*a, a) + a*f(x - a, a), the runtime gets exponential. Is there some way to store the values of f as it runs? Edit: This wasn't showing properly so I reposted it

Previous Versions

Scientific Calculator Scalar 1.2.1
2024-01-13 / 43.6 MB / Android 6.0+

Scientific Calculator Scalar 1.2.0
2023-02-22 / 38 MB / Android 5.0+

About this app

📗📙📘 Click and see the user guide in PDF

🥇 Extremely Flexible & Very Advanced Scientific Calculator with User Arguments Definition, User Functions Definition, Functions Graphs, Scripts Programming and many other features.

Scalar is much more than a calculator. Scalar is a powerful math engine and math scripting language, that combines the simplicity of standard calculators with the flexibility of scripting. Thanks to Scalar, defining arguments and functions, as well as using them in subsequent calculations, expressions and functions graphs, has never been easier. You will see it shortly after getting familiar with available screens and options.

🎯 Main features:

🔹 Standard & Advanced Scientific Calculator
🔹 Extremely convenient calculator keyboard
🔹 Re-usage of previous calculations, just reference a constant that was created for your convenience
🔹 User defined arguments, as simple as x = 2
🔹 User defined functions, as simple as f(x) = x^2, f(x,y,…)=2*x+y
🔹 User defined random variables, as simple as rand X = rNor(0,1)+1
🔹 Beautiful function graphs, set variables, range, expression, interact with the chart!
🔹 Scripts writing, personalize and automate you work!
🔹 Rich set of examples built-in in the app!
🔹 Work saving and results sharing

👌 The definition of user elements has never been easier!

Using Scalar you can easily create user elements, below are examples of the natural mathematical syntax:

▶ scalar > x = 2
▶ scalar > y = 2 * x
▶ scalar > y
➥ e1 = 4.0

▶ scalar > x = 3
▶ scalar > y
➥ e2 = 6.0

👌 There is no need to save the results!

In Scalar, each result is assigned to an automatically created constant, see example:

▶ scalar > 2 + 3
➥ e1 = 5.0

▶ scalar > 4 + 6
➥ e2 = 10.0

▶ scalar > e1 + e2
✪ ➥ e3 = 15.0

👌 User functions give huge possibilities of personalization!

Defining user functions is just as simple as writing a formula

▶ scalar > f (x, y) = sqrt (x ^ 2 + y ^ 2)
▶ scalar > f (3,4)
➥ e1 = 5.0

👩‍🏫 Scalar was created by a mathematician, therefore it has built-in summation and product operators!

Scalar also supports summation and product operators, for example the number of prime numbers in the range of 2 to 1000

▶ scalar > sum ( i, 2, 10000, ispr (i) )
➥ e1 = 1229.0

⚡️ This is only a tiny part of available options!

It is only a presentation of a small part of the available mathematical functions. All implemented math elements exceeds several hundred.

👩🏻‍💻 At Scalar, you can write scripts!

🔹 The ability to write scripts is a unique feature among scientific calculators.
🔹 We all know how scripts significantly accelerate work.
🔹 Scalar provides a nice script editor with syntax highlighting & syntax hints.
🔹 Scripts can be saved and/or shared (pro version).
🔹 Start-up script is also supported (pro version).

📈 At Scalar you can create beautiful function graphs!

🔹 Visualization is important - no doubts!
🔹 Scalar provides the ability to create highly personalized function charts.
🔹 Functions graphs are fully interactive: values reading, scaling, zooming.
🔹 Function charts can be saved or shared (pro version).

🏆 Free version vs paid version:

You can take full advantage of the free version of Scalar, however some options will be unavailable. These are mainly the ability to save / open a script, save / open a chart, share calculations, share scripts and share charts. All these options can be found in the pro version.

📳 ScalarMath.org

More details on: ScalarMath.org

👌 Enjoy using Scalar Scientific Calculator!

New features

Video help fixed, update to the latest Google requirements.

App Permissions

Allows access to the vibrator.
Allows an application to write to external storage.
Allows an application to read from external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.