Programmer Calculator APK

Programmer Calculator  Icon
   
3.9/5
336 Ratings
Developer
MOSDEV
Current Version
V1.89.00
Date Published
File Size
3.8 MB
Package ID
org.mosdev.progcalc
Price
$ 0.00
Downloads
1.0K+
Category
Android Apps
Genre
Tools

APK Version History

Version
V1.89.00 (18900)
Architecture
universal
Release Date
September 03, 2018
Requirement
Android 4.0+
Version
V1.88.00 (18800)
Architecture
universal
Release Date
September 03, 2018
Requirement
Android 4.0+
Version
V1.86.00 (18600)
Architecture
universal
Release Date
September 03, 2018
Requirement
Android 4.0+
Version
V1.83 (183)
Architecture
universal
Release Date
September 03, 2018
Requirement
Android 2.3.2+
Version
V1.82 (182)
Architecture
universal
Release Date
September 03, 2018
Requirement
Android 2.3.2+
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot
  • Programmer Calculator Screenshot

About Radio FM 90s

Programmer Calculator to convert from different integers

Supported number systems: binary, octal, decimal, hexadecimal.

There are different variable types supported: BYTE (8bit), WORD / SHORT (16bit), DWORD / INTEGER (32bit) and QWORD / LONG (64BIT)

Range of values:
Byte: -128 .. 127 (unsigned: 0 .. 255)
Word: -32768 .. 32767 (unsigned: 0 .. 65535)
Dword: -2147483648 .. 2147483647 (unsigned: 0 .. 4294967295)
Qword: -9223372036854775808 .. 9223372036854775807

operations:
- Mod (Modulo)
- Inc (Increment)
- Dec (Decrement)
- RoL (Rotate Left)
- RoR (Rotate Right)
- Or (Or)
- Xor (Exclusive Or)
- Lsh (Left Shift)
- Rsh (Right Shift)
- Not (Not)
- And (And)


Algebraic operations: +, -, *, /

Tags:
Programmer Calculator to convert from different integers (Binar, Hex, Decimal, Octal)
scientific calculator

What's New in this version

- Update libraries