6 lines
50 B
Matlab
6 lines
50 B
Matlab
u = 1;
|
|
while u~= 0
|
|
rmin = u;
|
|
u=u/2;
|
|
end
|
|
rmin |