Gcalctool
Encyclopedia
gcalctool is a calculator that comes with GNOME.

Views

  • Basic – Has a basic interface. It looks like a regular calculator.
  • Advanced – More functions appear. This view add support for you to use custom variables.
  • Financial – Adds financial calculation buttons
  • Programming – Removes scientific buttons and adds bit calculation

Variable handling

Advanced, Financial, and Programming modes present features for storing and retrieving values labeled as variables. R is the symbol for variable, used on GUI buttons ←R (insert variable) and →R (assign variable).

Variable names are case-sensitive alphabetical string without spaces. Variable values are numerical strings.

Values are assigned to variable names by entering in the GUI text input/result field a variable name followed by 0 or more spaces, followed by the = character, followed by 0 or more spaces, followed by either a numeric value or an existing variable name, eg. "x = 2" or "result = subtotal" (if subtotal was already assigned a numeric value). A numeric value is assigned to the first variable name. If the value was entered as an existing variable name rather than as a numeric value, the existing variable's value is assigned to the first variable name. Assignment to a variable name that does not exist creates the new variable by name with the assigned value. The →R (assign variable) GUI button shows a popup menu of existing variables (and the current value of each), to which selected variable is assigned the current numeric value displayed in the calculator, just as if that variable name were entered in the GUI text field followed by a = followed by the numeric value.

Entering a variable name into the GUI text field substitutes the variable value for the variable name when the expression in the GUI text field is evaluated (eg. when the keyboard <Enter> button or the = GUI button is pressed). The ←R (insert variable) GUI button shows a popup menu of existing variables (and the current value of each); the selected variable name is inserted (appended) into the GUI text field.

Two predefined variables are available from the ←R (insert variable) GUI button: ans and rand. ans contains the last "answer" value calculated by the calculator as a result. rand contains a random value between 0.0 and 1.0 (the value is not displayed; a rand variable is evaluated in an expression when calculating a result).

Variables, once created, cannot be destroyed/deleted using the GUI. Variable names and values persist between launch and quit of the application.
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK