What's new
~~~~~~~~~~
v1.04 b1

- user defined functions - read help for details;
  all user functions and constants may be defined in ec_defs.ini file

- functions added: round, ceil, floor, gcd, lcm, coth, acoth;
  functions renamed: cot, acot;
  operator added: >>> means signed (arithmetic) shift right

- ecw.exe:
  - interface options moved into the system menu (press Alt-Space)
  - "small dialog" mode
  - "always on top" option - useful with small dialog
  - width of windows can be changed by mouse
  - online help implemented

- ec.ini:
  - DlgStripTrailing0 option, it may be useful when DlgRightAlign=1
  - DlgPrecision option

- some internal optimizations; minor changes in plugins header


v1.03 b3

- fixed bug in command line processing


v1.03 b2

- variables - see details in ReadMe

- decimal and list separators now can be specified in ec.ini

- fixed some bugs


v1.03 b1

- ec.ini configuration file, in which you can customize some of
  calculator options

- because of new algorithm, significantly increased maximal length
  of input string, maximal number of function arguments etc.

- some changes in calculator plugins header - please recompile your
  own modules, if any
