Functions | |
endif endif | if (length(a)==1||length(b)==1) if(a |
elseif (b==0) x | |
while (1)[d | |
if (isempty(nz)) x | |
endwhile endif else | print_usage () |
Variables | |
function | x |
else | tol = sqrt (eps) |
endif else | a = a(1) |
r = deconv (b, a) | |
nz = find (abs (r) > tol) | |
break | |
endif | b = a |
elseif | ( | b | = =0 |
) |
if | ( | isempty(nz) | ) |
while | ( | 1 | ) |
a = a(1) |
endif b = a |
break |
else r = deconv (b, a) |
else x |