Calculator Application icon

Calculator 0.1.4

18.8 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Calculator, developed and published by Keijo Olavi Kangas, has released its latest version, 0.1.4, on 2016-09-05. This app falls under the Tools category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Calculator APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). 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: com.kokgames.calculator

Updated: 8 years ago

Developer Name: Keijo Olavi Kangas

Category: Tools

New features: Show more

Installation Instructions

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

Reviews

5 ★, on 2016-11-09
Good luck in future I hope you will get atleast one 1k download for something :)

Previous Versions

Calculator 0.1.4
2016-09-05 / 18.8 MB / Android 2.3+

About this app

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)

New features

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..