Re: [Gambas-user] Polynomiale Least Square

2017-04-18 Thread cheikh diabang
Thank you Tobias. I've seen the explanation, I'm going. Next time De : Tobias Boege Envoyé : mardi 18 avril 2017 09:55 À : mailing list for gambas users Objet : Re: [Gambas-user] Polynomiale Least Square On Tue, 18 Apr 2017, cheikh diabang wrote:

Re: [Gambas-user] Polynomiale Least Square

2017-04-18 Thread Tobias Boege
On Tue, 18 Apr 2017, cheikh diabang wrote: > Hello. I would like to write gambas code which determines the polynomial of a > set of x, y coordinates. Is there anyone who has used it to help me please. If your polynomial has real or complex coefficients you can use gb.gsl's [1] Polynomial class. B