|
|
|
|
The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.
|
|
|
|
Ok this code is totally pointless to be honest. I needed it, as I was writing a payroll program, and I used it to calculate public holidays, to enable employees to be paid for them. What this program does, is
|
|
|
|
Program to evaluates a uniform polynomial of one variable at the value x.
Definition:
f(x) = a0 x^0 + a1 x^1 + a2 x^2 + a3 x^3 + ...
a0, a1, ... are coefficients
|
|
|
|
To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read in a formula ( with variables ) from a config file then pass that formula ( variables and all ) to
|
|
|
|
A computational geometry library written in the object pascal language.
For more information about the FastGEO library please visit: http://www.partow.net/projects/fastgeo/index.html
|
| |
| 1 2 Next |