Thursday, 8 August 2013

What does the notation mean ?

What does the notation mean ?

k:=0; b:=1;
{b=a^k}
while k <> n do begin
k:=k+1;
b:=b*a;
end;
Couldn't get help on it elsewhere .. hope to get it answered here.

No comments:

Post a Comment