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
File List:
polynomial/
0b
polynomial/Polinomial.dpr
1Kb
polynomial/Polinomial.res
1Kb
polynomial/Unit1.dfm
3Kb
polynomial/Unit1.pas
4Kb
polynomial/Unit2.dfm
1Kb
polynomial/Unit2.pas
1Kb
polynomial/program.gif
6Kb
polynomial/readme.txt
314b
Similar code
Calculate ( Calculator )
(Popularity: ) : To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read ... Mini-Calculator
(Popularity: ) : This example simply shows how to perform the 4 most basic mathematical functions there are: Multiplication, Division, Subtraction, and Addition. Binary Clock
(Popularity: ) : This is a simple binary clock, I got the idea from Linux's binary clock applet.
Math Expression Evaluator
(Popularity: ) : 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 ... Millercalc
(Popularity: ) : This is a simple calculator program that I made to help me learn the Delphi programming enviroment. It only does ...