mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 16:10:14 +02:00
TAChart: Fix typo in comment in ipf_fix (found by Marcin Wiazowski, issue #33588).
git-svn-id: trunk@57675 -
This commit is contained in:
parent
f620b70d6d
commit
bd4d9885f7
@ -82,7 +82,7 @@ procedure ipfish(hst: THermiteSplineType; n: ArbInt; var x, y, d1s: ArbFloat; va
|
||||
}
|
||||
function ipfsph(n: ArbInt; var x, y, d1s: 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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user