% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_sind_1 y=sind(45); q=0.70710678118655; success = match_close(q,y);