im_w_of_x(), reduce calls and branches and FDIVs
reduce calls and branches and FDIVs within im_w_of_x(x)
- move "100/(1-x)" into w_im_y100(x) and remove 1st parameter (no FDIV needed for |x|<0.03)
- move Taylor expansion for small x (|x| <= 0.0309...) into im_w_of_x(x)
- check for isnan(x) istead (iy<0), (x != x) == isnan(x)
- comment out printf(DEBUG)
- reduce branches in im_w_of_x() and reduce duplicated code