From 0da4c6a3108f45fc14b97e29ab0cd2c9ec029b75 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 5 Oct 2011 08:23:59 +0000 Subject: [PATCH] * updated comment as advised in Mantis #20392 git-svn-id: trunk@19381 - --- packages/numlib/src/ipf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/numlib/src/ipf.pas b/packages/numlib/src/ipf.pas index 13a5dc188c..2a5fece2ba 100644 --- a/packages/numlib/src/ipf.pas +++ b/packages/numlib/src/ipf.pas @@ -47,7 +47,7 @@ s calculated from x,y, with e.g. ipfisn} function ipfspn(n: ArbInt; var x, y, d2s: ArbFloat; t: 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.} procedure ipfpol(m, n: ArbInt; var x, y, b: ArbFloat; var term: ArbInt);