Content deleted Content added
Citation bot (talk | contribs) Alter: pages. Add: s2cid. Formatted dashes. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_toolbar |
NikosCross (talk | contribs) m a tab in to the FOR loop |
||
Line 41:
for m := 1 step 1 until M do
for n := 1 step 1 until N do
C[n] := C[n] + X[m]*C[n-1];
</syntaxhighlight>
|