Equation
Posted: Mon Nov 24, 2008 10:54 am
Hi Narcis,
I would build a program in delphi with TeeChart so that the user can enter the aquatic function and click on a display its image.
How will introduce the equation y:= f (x) in the code of the event
TForm1.TeeFunction1Calculate (Sender: TCustomTeeFunction;
CONST x: Double; VAR y: Double);
knowing it will be in the form of text there 'y:= f (x) '?
thank you for your help
Didier
I would build a program in delphi with TeeChart so that the user can enter the aquatic function and click on a display its image.
How will introduce the equation y:= f (x) in the code of the event
TForm1.TeeFunction1Calculate (Sender: TCustomTeeFunction;
CONST x: Double; VAR y: Double);
knowing it will be in the form of text there 'y:= f (x) '?
thank you for your help
Didier