Script s_nest2.m
Download Script s_nest2.m
%%
b=10;
expo=3;
value = f_nest2;
result=value(b,expo)
Back