The Debian Package qalculette
----------------------------

You can use the provided key or your keyboard to input text. The calulator will parse the text and try
to calulate the result on pressing "=" or Enter. Use the Fn key to access the secondary functions.
Left and right keys are provided to navigate in and out of parenthesis, or correct your input.
Use ^C to copy the last result to your clipboard, and ^V to paste your clipboard into the input area.
Use "res" followed by any number to represent the result of any previous calculation (e.g.: "res1" for
he first result). Results are currently troncated (in a hardcoded fashion) after 6 digits, but intermediary
calulations are made in C++/with math.h in double precision.

 -- Nicolas Grima <eren@melix.net>  Fri, 09 Dec 2011 23:50:10 +0100
