Previous Next Table of Contents

3. Usage

3.1 General Usage

Completely straigth forward. But I will have to say something about how to use the percent operation. It is non-standard. (TODO)

3.2 Command Line Options

3.3 Key Accels

(TODO): This list is incomplete

ALT + d    set trig-mode to deg
ALT + r    set trig-mode to rad
ALT + g    set trig-mode to grad
ALT + e    set radix to decimal
ALT + o    set radix to octal
ALT + b    set radix to binary
s          Sin 
o          Cos 
t          Tan
i          Inv inverse, e.g. if you want arcsin(x) type i s 
\          +/- 
[          ^2 
^          x^y 
=          = 
r          1/x r for reciproc 
Enter      = 
Return     = 
Backspace  CA 
Del        CA 
Esc        C 
h          Hyp (Hyperbolic) as e.g in Hyp Sin , the sinh(x) 


Previous Next Table of Contents