Programmer Calculator Premium V1.88.00 APK

Programmer Calculator Premium V1.88.00 Icon
    
5/5
5 Ratings
Developer
MOSDEV
Current Version
V1.88.00
Date Published
File Size
~50M
Package ID
org.mosdev.progcalcprem
Price
$ 1.99
Downloads
43+
Category
Android Apps
Genre
Tools

APK Version History

Version
V1.88.00 (*)
Architecture
all
Release Date
June 09, 2017
Requirement
Android 2.3
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot
  • Programmer Calculator Premium Screenshot

About Radio FM 90s

Programmer Calculator WITHOUT Ads

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: +, -, *, /

Programmer Calculator to convert from different integers (Binar, Hex, Decimal, Octal)

What's New in this version

- Small Bugfixes