QxCalcView project sources here:https://sourceforge.net/projects/qxcalc/ Download for Windows™ here:https://users.abo.fi/ghaga ...is the scriptable 'calculator'/'back end' for QxCalculator for Windows, that you may use for making a limited set of mathematical calculations. It sort of has the same capabilities as 'normal', 'basic', 'handheld' calculator, except for its scriptability. It can do a lot of work, given syntax correctness.
If you prefer scripting and the CLI to working in a GUI then you may find this backend usable. There is a syntax highlight file for vim(calc.vim). If you, on the other hand, prefer working in a gui rather scripting, then you can find binaries (for windows only at this time) at the above link. |
qxcalc supports...
|
|
Command line arguments to qxcalc are:pre-exec... ************************************* qxcalc - A scriptable calculator Version 30 http://qxcalc.sourceforge.net/ ************************************* -h help -v version -d debug information -p <script> run script -cd create latex document -ch create html document -ca create ascii text document -cx create xml document -nh do not create document header nor footer -w reserved words -c physical constants Running qxcalc ./qxcalc -p script.calc -cd -ch |
Reserved words
latex ascii html xml print def sin cos tan asin acos atan PI sqrt log log10 pow nl scientific nonscientific eq eval e and s |