Home  /  Tools Apps  / Calculator on Windows Pc

Calculator on Windows Pc

Developed By: WANGJIE

License: Free

Rating: 4,5/5 - 25 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.4
Size 1.6 MB
Release Date April 13, 16
Category Tools Apps

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

What's New:
ug fix. [see more]

Description from Developer:
basic calculator, scientific calculator and graphing calculator, it also allows you to DIY your own calculator.


Sample expressions

simple expression: 1+2
variable evaluation: pi... [read more]

App preview ([see all 8 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 WANGJIE. Latest version of Calculator is 2.4, was released on 2016-04-13 (updated on 2023-12-24). Estimated number of the downloads is more than 1,000. Overall rating of Calculator is 4,5. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 25 users, 17 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: 2.4.

Download Calculator 2.4 on Windows PC – 1.6 MB

basic calculator, scientific calculator and graphing calculator, it also allows you to DIY your own calculator.


Sample expressions

simple expression: 1+2
variable evaluation: pi
function evaluation: sin(0)
variable definition: a=3.5
function definition: f(x)=x^2-1
parentheses: (1-x)^2
You can call the function by simple input f(xxx), for example, if you define a function `f(x,x1) = x + x1`, and if you input `f(2,3)`, the result will be `5`.
Predefined functions

Logarithms and power

sqrt(x): square root; x^0.5
curt(x): cube root; x^(1/3)
log(x), ln(x): natural logarithm
log10(x), lg(x): decimal logarithm
log(base,x): arbitrary base logarithm
Trigonometric - radians

sin(x), cos(x), tan(x)
asin(x), acos(x), atan(x)
Trigonometric - degrees

sind(x), cosd(x), tand(x)
asind(x), acosd(x), atand(x)
Hyperbolic

sinh(x), cosh(x), tanh(x)
asinh(x), acosh(x), atanh(x)
Other

gcd(x,y): greatest common divisor
comb(n,k): combinations
perm(n,k): permutations
min(x,y), max(x,y)
floor(x), ceil(x)
abs(x): absolute value
sign(x): signum
rnd(): random value from [0,1). rnd(max): random value from [0, max).
gamma(x): (x-1)!
mod(x,y): modulo
Complex numbers

i or j is the complex base. Example:
i*i
(1+i)^2
e^(i*pi)
Operators

+ - × ÷ basic arithmetic
^ power
! factorial
# modulo
√ square root
' first derivative
Tips

Parentheses: you may omit the leading or final parentheses, e.g. 1+2)(3+4 is valid.
Multiplication: you may omit the multiplication operator when unambiguous, e.g. 3π+2(1+2)
Expression continuation: starting a new expression with an operator auto-inserts ans, the result of the last expression.
Clear: use the Enter key to quickly erase the whole input line.
Scientific e notation: 1e3 is 1000.
Angles in degrees instead of radians: use either sind(90) or sin(90deg).
Use trackball Up/Down to navigate the history.
Derivative

It is possible to compute the first derivative of a function with one argument using the prime notation: log'(5).
The prime mark (quote) must appear immediately after the name of the function, and must be followed by open-parentheses.

The derivative may be plotted e.g. sqrt'(x).

To compute the derivative of an expression you must define the expression as a named function: E.g. f(x)=x^3+x^2+1, followed by f'(x).

Multi plot

To plot multiple functions on the same 2d graph, simply enter them on the same line separated by ";". E.g. x;x^2;2
Binary, octal, hexadecimal

You can enter values in binary, octal or hexadecimal by prefixing them with 0b, 0o or 0x respectively, such as:
binary: 0b1010
octal: 0o17
hexa: 0x100
if you want to display the result in binary, octal, hexadecimal, click the menu `DEC` in the calculator.
ug fix.
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.