Lines Matching +full:0 +full:deg
8 mthd = 0; // approximate tan
9 deg = 5; // poly degree
13 // deg = 3; // poly degree
16 a = 0x1.0p-126;
35 if(mthd==0) then {
40 init_poly = 0;
43 poly = fpminimax(f, deg, [|dtype ...|], [a*a;b*b]);
50 init_poly = 0;
56 return fpminimax(func - poly / x^-(deg-d), 0, [|dtype|], [a;b], absolute, floating);
59 poly = fpminimax(f, [|0,...,deg|], [|dtype ...|], [a;b], absolute, floating);
70 for i from 0 to deg do coeff(poly, i);