Categories

  • Android Apps
  • Android Games
  • Android Wallpapers
  • Android Wear Apps
  • Android Keyboard
  • Android Themes
  • Android Ringtones

Topics

  • Editor's Choice
  • Top Ranking
  • Pre Register
  • Offline Games
  • 2,3,4 Players Games

Categories

Topics

Programmers Calculator Binary

Programmers Calculator Binary APK

8.2 Free ․ BrownDwarf ⇣ Download APK (3.10 MB)

Programmers calculator is a hex converter or binary calculator with operations

What's Programmers Calculator Binary APK?

Programmers Calculator Binary is a app for Android, It's developed by BrownDwarf author.
First released on google play in 9 years ago and latest version released in 7 years ago.
This app has 196.3K download times on Google play and rated as 4.11 stars with 1,598 rated times.
This product is an app in Tools category
Programmer Calculator is a Beautiful,simple yet powerful application with Hex Dec and Bin numbers displayed simultaneously .

Flat UI with minimalistic design makes its appearance soothing with no visual clutter

It supports Binary Hex Decimal and octal systems

It supports all the bitwise operations required by a developer and still maintains almost zero visual clutter.

It provides option to edit Individual bits in a binary number.

It supports BYTE (8bit), WORD / SHORT (16bit), DWORD / INTEGER (32bit) and QWORD / LONG (64BIT) Signed and Unsigned numbers.

It provides Floating Point mode and fixed point mode.

It can show IEEE 754 Representation of numbers.

Programmer calculator supports following Operations:
- Inc (Increment)
- Dec (Decrement)
- RoL (Rotate Left)
- RoR (Rotate Right)
- Or (Or)
- Xor (Exclusive Or)
- ShL (Left Shift)
- ShR (Right Shift)
- Not (Not)
- And (And)
- Add
- Subtract
- Divide
- Multiply