
"Example" directory contains source code of sample calculator plugin,
written using Borland Delphi(tm). You will need Delphi compiler (use
version 3.0 or higher) to compile this code. Example contains several
simple functions:

  fib(n) - Fibonacci numbers;
  gauss(a,d,x) - Gaussian distribution;
  rol(n,count), ror(n,count) - integer cyclic shifts.

"StdMath" and "StatFunc" directories contain source code of two plugins,
which realize all standard operators and functions used in calculator.
Refer to program online help for description of standard mathematics.

To use compiled DLL module, change its file extension to .dlc, then
place module into the same folder as calculator's executable. Calculator
considers all *.dlc files located in its directory as plugins. Note
that presence of StdMath standard plugin is required.
