Hi
I just started to study SAS iml. it is hard for me to understand
would anybody explain.
do until(w<1e-3); /* begin do loop */
my questions: why is it used? Why "w" and "1e-3"?
y = 0.5#(z + x/z); * Estimate square root;
my questions: Why it is written like that? But not: y = 0.
5#z or 0.5#x
I do not understand it
would you please give advice that helps me to understand? Thanks.