Skip to content

Commit e8e4717

Browse files
authored
Update Anm.go
Comments corrected
1 parent 3fab5fa commit e8e4717

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Anm.go

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
n
1111
------------------------------------------------------
1212
输入 :
13-
n 数据点矩阵,(n+1)x2,第一列xi;第二列yi
14-
m 插值点, xq!=xi
13+
n 整数
14+
m 整数, m <= n
1515
输出 :
16-
sol 结果
17-
err 解出标志:false-未解出或达到步数上限;
18-
true-全部解出
16+
1917
------------------------------------------------------
2018
*/
2119

0 commit comments

Comments
 (0)