2015-01-10 16:59:41 +00:00
|
|
|
# wmcalc Configuration File
|
|
|
|
# Last Manual Update: 10/29/00
|
|
|
|
|
2015-01-10 16:59:48 +00:00
|
|
|
# General Notes:
|
2015-01-10 16:59:41 +00:00
|
|
|
# * There must be a tab character '\t' between the variable name and
|
|
|
|
# the value, not a series of spaces.
|
2015-01-10 16:59:48 +00:00
|
|
|
# * wmcalc is case sensitive when reading these variables. Examine the
|
2015-01-10 16:59:41 +00:00
|
|
|
# wmcalc_g.h file for currently defined variables.
|
|
|
|
|
2015-01-10 16:59:48 +00:00
|
|
|
#Calculator Memory Locations
|
2015-01-10 16:59:41 +00:00
|
|
|
#Note: These must all exist, though they may be in any order
|
|
|
|
Mem0 0.000000
|
|
|
|
Mem1 0.000000
|
|
|
|
MEM2 2.718282
|
|
|
|
MEM3 3.141593
|
|
|
|
Mem4 0.000000
|
|
|
|
Mem5 0.000000
|
|
|
|
Mem6 0.000000
|
|
|
|
Mem7 0.000000
|
|
|
|
Mem8 0.000000
|
|
|
|
Mem9 0.000000
|
|
|
|
|
|
|
|
# The CalcStart variable is intended to allow the user to start a larger
|
2015-01-10 16:59:48 +00:00
|
|
|
# calculator for more complicated needs. Everything after the tab '\t'
|
2015-01-10 16:59:41 +00:00
|
|
|
# character is sent unmodified in a system() call, so anything you can type
|
|
|
|
# at the command prompt may be put here.
|
|
|
|
#CalcStart xterm -T "Basic Calculator" -e bc &
|
|
|
|
#CalcStart xterm -T "gnuplot" -sb -sl 500 -e gnuplot &
|
|
|
|
CalcStart xcalc &
|
|
|
|
|
2015-01-10 16:59:48 +00:00
|
|
|
# The ImagChar variable allows the user to choose between 'i' and 'j' to
|
|
|
|
# represent the sqrt(-1). (Electrical Engineers (such as myself) use 'j'
|
2015-01-10 16:59:41 +00:00
|
|
|
# rather than 'i.')
|
|
|
|
#ImagChar i
|
|
|
|
ImagChar j
|