Search found 1 match

by IFF
Thu Nov 09, 2023 5:59 am
Forum: ActiveX
Topic: Answervetor results
Replies: 9
Views: 20114

Re: Answervetor results

//here a function to get a[n] coefficients ( Delphi ) //function arguments //Xmin ->form2.ch1.series[0].XValues.MinValue //Ymin -> form2.ch1.series[0].Yvalues.MinValue // Xi -> input of x to get Yvalue // Yvalue = An*xi^n + ... a1*xi + a0 // result -> math expression 'y=An*xi^n + ... a1*xi + a0' Fu...