Table of Contents


NAME

calc - calculator (Decida Application)

SCREEN-SNAPSHOT

snapshot  

USAGE

            calc

DESCRIPTION

calc is a scientific calculator. Buttons can be selected and clicked, but it also includes button-bindings for typing directly into the window. Backspace can be used to undo a single-button numerical entry. calc also includes a set of constants, and memory for adding more. It also has a menu of other applications, including mortage, and function sampling and plotting.

CALCULATOR-BUTTONS

             OFF  HELP const pi   AC 
             DRG  MENU put   e    CE 
             HYP  sin  cos   tan  sqrt
             ARC  x!   10^x  exp  x^2
             M+   1/x  log   ln   y^x
             M-   EE   (     )    /
             STO  7    8     9    *
             RCL  4    5     6    -
             XCH  1    2     3    +
             CLR  0    .     +/-  =

BUTTON-BINDINGS

OFF Control-Key-q
HELP H
CONST less
pi numbersign
AC A
DRG d
MENU question
put greater
e at
CE C
HYP h
sin s
cos c
tan t
sqrt r
ARC a
x! exclam
10^x X
exp x
x^2 dollar
M+ Control-Key-p
1/x percent
log L
ln l
y^x asciicircum
M- Control-Key-m
EE e
( parenleft
) parenright
/ slash
STO Control-Key-s
7 Key-7
8 Key-8
9 Key-9
* asterisk
RCL Control-Key-r
4 Key-4
5 Key-5
6 Key-6
- minus
XCH Control-Key-x
1 Key-1
2 Key-2
3 Key-3
+ plus
CLR Control-Key-c
0 Key-0
. period
+/- asciitilde
= equal

MENU-ITEMS

list stack lists contents of calculator stack
fixed rate mortgage mortgage calculator
compound interest interest calculator
sample function function sampler and plotter
set precision change calculator precision
logging log calculator results to file

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents