價格:免費
更新日期:2011-11-22
檔案大小:27k
目前版本:0.8
版本需求:Android 2.1 以上版本
官方網站:http://www.abalgo.com
Email:abalgo.android@gmail.com
Here is a calculator for simple calculations in decimal but also in hexadecimal and binary.
It will be appreciated mainly by users who need to perform calculations at the binary level.
Its main strength is its readability. The numbers are split according to the chosen basis:
- In decimal, each three digits.
- In Binary and Hexadecimal, each four digits.
It embeds just the 4 basic operations ( + - * / ) and logic functions NOT, AND, OR, XOR, SHL (shift left) and SHR (right shift)
By addition, it contains:
- the parallel operator (click twice on "/"). The operator // is equivalent to "1/(1/x+1/y)"
- The power operator (click twice on "*")
This is the first version and will get new features soon.