Eval


Description
Evaluation of mathematical expression.

Usage
Command line:
eval.exe "expression"

Commands at the prompt:
  cst : View contantes list
  var : View variables list
  cmd : View functions list
  clr : Clear all variables
  cls : Clear screen
  help / ? : View this help
Enter 'exit', 'quit' or 'Ctrl-C' to close the program.

Example
eval.exe
eval.exe sqr(28.5)
eval.exe "sqrt(2) + 1"

Screen capture
Eval

Download
eval.exe v1.10 (7.5 KB)

Sources :
eval_v1.10.zip (source code 8.9 KB)

Changelog
1.10 - 2011-05-07
  * fix sign, null line
  * result with 10 digits
  * add ClearSpaces()
  * clean code
1.00 - 2011-05-01
  * initial version

License
CC0 CC0 1.0 Universal (CC0 1.0)
Public Domain Dedication