Simple 7-Operation Calculator
edu.ucsd.myapplication
Total installs
17(17)
Rating
0.0
Released
May 1, 2019
Last updated
May 1, 2019
Category
Tools
Developer
Black//Lotus
Android SDKs
- No items.
Screenshots
Description
Simple 7-Operation Calculator is a calculator that calculates addition, subtraction, multiplication, division, exponent, nth root, and modulus.
nput two numbers, and the result is calculated.
NOTES:
- For division, the numerator is the first number, and the demoninator
is the second number.
- For exponent, the second number is the nth power.
- For root, the second number is the nth root.
- Modulus calculates remainder.
- The second number cannot be 0 for division, nth root, and modulus.