mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:30:42 +02:00
* updated comment as advised in Mantis #20392
git-svn-id: trunk@19381 -
This commit is contained in:
parent
c1ff89a7c2
commit
0da4c6a310
@ -47,7 +47,7 @@ s calculated from x,y, with e.g. ipfisn}
|
|||||||
function ipfspn(n: ArbInt; var x, y, d2s: ArbFloat; t: ArbFloat;
|
function ipfspn(n: ArbInt; var x, y, d2s: ArbFloat; t: ArbFloat;
|
||||||
var term: ArbInt): ArbFloat;
|
var term: ArbInt): ArbFloat;
|
||||||
|
|
||||||
{Calculate n-degree polynomal b for dataset (x,y) with n elements
|
{Calculate n-degree polynomal b for dataset (x,y) with m elements
|
||||||
using the least squares method.}
|
using the least squares method.}
|
||||||
procedure ipfpol(m, n: ArbInt; var x, y, b: ArbFloat; var term: ArbInt);
|
procedure ipfpol(m, n: ArbInt; var x, y, b: ArbFloat; var term: ArbInt);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user