Home  /  Tools Apps  / Calculator on Windows Pc

Calculator on Windows Pc

Developed By: Keijo Olavi Kangas

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 0.1.4
Size 18.8 MB
Release Date September 05, 16
Category Tools Apps

What's New:
Version 0.1.4:- Fixed inputfield multiline properties bug- Added new function npo2(x) which returns the next power of two value- Added new function cpo2(x)... [see more]

Description from Developer:
This is a basic calculator with very simple graphical user interface.

User can calculate mathematical expressions using following built-in constants and functions:

pi = the rati... [read more]

App preview ([see all 7 screenshots])

App preview

About this app

On this page you can download Calculator and install on Windows PC. Calculator is free Tools app, developed by Keijo Olavi Kangas. Latest version of Calculator is 0.1.4, was released on 2016-09-05 (updated on 2024-04-17). Estimated number of the downloads is more than 50. Overall rating of Calculator is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Calculator on Windows?

Instruction on how to install Calculator on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Calculator 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 Calculator 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 "Calculator" 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 Calculator 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 "Calculator" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 0.1.4.

Download Calculator 0.1.4 on Windows PC – 18.8 MB

This is a basic calculator with very simple graphical user interface.

User can calculate mathematical expressions using following built-in constants and functions:

pi = the ratio of the circumference of a circle to its diameter 3.14159265359

e = the base of the natural logarithms 2.71828182846

exp = returns e raised to the specified power

sqrt = returns the square root of a specified number

abs = returns the absolute value of a number

ln = returns the natural (base e) logarithm of a specified number

log = returns the logarithm of a specified number in a specified base

floor = returns the largest integer less than or equal to the specified number

ceiling = returns the smallest integral value that is greater than or equal to the number

round = rounds a value to the nearest integral value

sin = returns the sine of the specified angle

cos = returns the cosine of the specified angle

tan = returns the tangent of the specified angle

asin = returns the angle whose sine is the specified number

acos = returns the angle whose cosine is the specified number

atan = returns the angle whose tangent is the specified number

atan2 = returns the angle whose tangent is the quotient of two specified numbers

min = returns the smaller of two numbers

max = returns the larger of two numbers

pow = returns a specified number raised to the specified power

rnd = returns a random number from given value

npo2 = returns the next power of two value

cpo2 = returns the closest power of two value

ieeeremainder = returns the remainder resulting from the division of a specified number by another specified number


Examples how to use built-in functions:

sqrt ( pow ( 3, 5 ) )
sin ( pi * 3 / 4 )
rnd ( 5, 10 )
rnd (7)
ieeeremainder ( 9, 5 )
abs ( -5.2345)
Version 0.1.4:
- Fixed inputfield multiline properties bug
- Added new function npo2(x) which returns the next power of two value
- Added new function cpo2(x) which returns the closest power of two value

Version 0.1.3:
- UI modifications
- Added new functions: pow, ieeeremainder, log

Version 0.1.2:
- Now user can write some basic mathematical expressions to the input field using basic scientific functions like sin, cos, tan, abs, min, max, floor..