Home  /  Productivity Apps  / Advanced Calculator by Think Online.ca on Windows Pc

Advanced Calculator by Think Online.ca on Windows Pc

Developed By: Think Online.ca

License: Free

Rating: 3,0/5 - 48 votes

Last Updated: December 27, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 4.2
Size 987.4 KB
Release Date January 25, 23
Category Productivity Apps

App Permissions:
Allows applications to open network sockets. [see more (2)]

What's New:
Version 4.2- Maintenance update.Version 4.0- now usable all the way to SmartTV and Android 4.x phones while still runnable under old 1.6- updates UI to modern... [see more]

Description from Developer:
This version is primarily fix for mathematical shorthands, it handles stuff like 3x, (3 - 1)x, (5 - 2)(4 - 8). cannot handle special cases like x(3 - 1) as it cannot parse line as... [read more]

App preview ([see all 8 screenshots])

App preview

About this app

On this page you can download Advanced Calculator by Think Online.ca and install on Windows PC. Advanced Calculator by Think Online.ca is free Productivity app, developed by Think Online.ca. Latest version of Advanced Calculator by Think Online.ca is 4.2, was released on 2023-01-25 (updated on 2023-12-27). Estimated number of the downloads is more than 10,000. Overall rating of Advanced Calculator by Think Online.ca is 3,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 48 users, 15 users had rated it 5*, 15 users had rated it 1*.

How to install Advanced Calculator by Think Online.ca on Windows?

Instruction on how to install Advanced Calculator by Think Online.ca on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Advanced Calculator by Think Online.ca on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Advanced Calculator by Think Online.ca using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Advanced Calculator by Think Online.ca" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Advanced Calculator by Think Online.ca on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Advanced Calculator by Think Online.ca" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 4.2.

Download Advanced Calculator by Think Online.ca 4.2 on Windows PC – 987.4 KB

This version is primarily fix for mathematical shorthands, it handles stuff like 3x, (3 - 1)x, (5 - 2)(4 - 8). cannot handle special cases like x(3 - 1) as it cannot parse line as x times (3 - 1) or 3 - 1 as parameter to function x() without complex algorithm.

Also new is update to new Android UI, while retain full compatibility all the way back to Android 1.6 (4+ years old) The compiler selected Android 3.x Honeycomb UI by itself and SmartTV users need to take note and workaround.

Now complete with Google Analytics for automatic crash report for such events and manual crash reporting without need for Development Mode phones; if you are not offered to send error report then the error is deemed to be related to your formula and not passed along, it does not use Google Analytics for collecting any other information, only crash reporting.

This app aims to be clean and easy-to-use scientific/statistical calculator for everyone from public school students needing only arithmetic all the way to office workers needing statistics and engineers needing custom definitions, no RPN and completely free-form. StackOverflow (the name is RangeError but "stack" is contained in its description and SO is very obvious to anyone who programs) refers to an isolated code that implies error in your recurrence functions; simply fix the math and you can try again.

Here is a simple break down of what's available:
- Arithmetic operators
- % is "modulo" not percentage as office calculators
- Advanced functions
- trigonometry (in radians)
- inverse trig (the "arc" thing)
- max(), min(), sum(), avg()
- factorial and power
- logarithm (natural and 10, for others see logX())
- Custom/complex (predefined) functions
- Pythagorean Theorem
- Pascal's Triangle
- Fibbonacci Series
- Square Root
- Cubic Root
- Area (circle, rectangle, triangle, trapezoid)
- Factorial (simple recurrence example)
- Logarithmic function in other bases

Fully ad-supported and all functions are available, complete re-write that now supports full mathematical functions including algebraic recurrence; uses Java-like ?: syntax [condition as true or false]?[true function body]:[false fx body] for supporting fractal functions. '#' is no longer required. The formula bar is now editable using Android keyboard simply by tapping it.

If there's a bug in complex calculations, please report it.

Please describe in detail which features or enhancement you wish to report; "not enough features" just cannot cut it I have no idea what that is. Please use English or Mandarin or other languages with Babelfish/Bing translations available to public.

Designed with big buttons so you do not need a flawless 4.5 inch touchscreen but an old QVGA (240x320 portrait screen, 320x240 landscape is indeed too small) will do with just a tad of visual cramp; a QVGA portrait device is for example Motorola Spice and unsupported landscape device example is Motorola Charm. However for such small device there are always workaround for input.

?: Syntax
[condition evaluates true or false]?[true function body]:[false fx body]

Tested on Android 1.6 Emulator and Android 2.1 Motorola Spice actual device.
Version 4.2
- Maintenance update.
Version 4.0
- now usable all the way to SmartTV and Android 4.x phones while still runnable under old 1.6
- updates UI to modern version *
- SmartTV-friendly *
- mathematical shorthands (read description)

* There's no security nor functional impact otherwise. Incorrect update to a pre-ICS programming tool causes Android 3.x UI binding and the Advanced tab not responding to remote control Enter key command; you have to use the on-screen keyboard for those.
Allows applications to open network sockets.
Allows applications to access information about networks.