Calculator HD for Android
Apart from normal math operations, this calculator:
- Can compute factorials up to 10,000!
- Can compute square and cube root!
- Can compute any x to the power of y!
- Can compute percentages!
- Can compute least common multiple(LCM) and greatest common divisor(GCD) of many numbers!
Factorial:
input: 9999
answer: 2.846259681E35655
Cube root:
input: 19
answer: 2.6684016487
LCM:
input: 3, 5, 9, 11
answer: 495
GCD:
input: 3, 5, 9, 11
answer: 1