• • 4/20/14 6:57 pm • 2 logs
- 3k views • 0 today
- save_alt 53 downloads
- Game Version
- Minecraft 1.7.8
- Progress
- 100% complete
82
| /calc | Generic Calculator | Calculator.calc |
| /sqroot | Square roots a number. | Calculator.sqroot |
| Divide | / |
| Multiply | * |
| Add | + |
| Subtract | - |
| Raise to exponent | ** |
EX: /calc 1 - 1 NOT /calc 1-1
You can also use "ans" to use your last answer as a variable EX:
/calc 1 + 1
then do:
/calc ans * 2
the output would be:
2
4
Sqroot cannot handle normal calculator command (1 + 3 and such)
Good Examples:
/calc 1 + 1 + 3 * 2222 - 700 * 2 / 3
/calc -12 * 70 + 1
/calc 1 + 1
/calc ans + 70
/calc ans * ans
/sqroot 15
Thank you for downloading! Please diamond!
2 Update Logs
Update #2 : by hawkek 04/20/2014 6:57:53 pmApril 20, 2014 @ 10:57 pm UTC
1.2
Raise numbers to a power using the ** operator
Square root using /sqroot
Divide by 0 handling.
Raise numbers to a power using the ** operator
Square root using /sqroot
Divide by 0 handling.
LOAD MORE LOGS
More like this
2861584
7

Have something to say?
and also maybe you should add a check if someone is trying to divide by 0 :P