Pocket Gnome
A gnome sized calculator with gnome sized calculating power! (that's a good thing). Using the advanced Gnomatron Unified Interface (GUI), it makes math fun!
Using PocketGnome
To open up the lil' gnomish device, type /pocketgnome
or simply /pg
.
You can enter just about any regular math into it, as well as set your own variables:
1 + 2 - 3 * 4 + pi / sqrt(log(300)) -- works! x = 4 * pi -- set x to 4 pi 12 * x -- results in 12 * 4 * pi answer + 2^4 * e^3%1 -- does some math with 'answer', which refers to the previous result.
Use the escape key to clear the text field (or close the calculator) and just press enter on an empty field to repeat the previous calculation (fx. answer*2 followed by an empty field would yield answer*2*2 and so on).
Math functions
function calls: abs, cos, sin, tan, acos, asin, atan, sqrt, floor, ceil, round, log, ln, deg, rad
special values: pi, e, answer
control chars: + - / * % ^
Comments