% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_prod_1 y=prod(1:18); q=prod(1.0:18.0); success = match_exact(q,y);