mobile gcalc

This is a mobile version of gcalc, so that you can use the google calculator with a buffer on your phone. To use it point your phone to http://jeffpalm.com/mobilegcalc/install/ and click install. The source code is here:

GCalc.tar.gz

Usage

To use start by evaluating values or expressions. Examples of values are

  • 1
  • -1e10
  • 1 kilogram

Examples or expressions are:

  • 1 + 2
  • -1e10 + 2
  • 1 kilogram + 2

Once you evaluate a value or expression that is put in the buffer. Then to operate on that buffer you can enter commands such as

  • sin
  • + 3

So if you had a buffer of 4, these would evaluate to:

  • sin(4)
  • 4 + 3

When running it looks something like this.