Searched refs:polynomial (Results 1 – 25 of 68) sorted by relevance
123
1 // polynomial for approximating cos(x)6 deg = 8; // polynomial degree10 // find even polynomial with minimal abs error compared to cos(x)
1 // polynomial for approximating sin(x)6 deg = 15; // polynomial degree10 // find even polynomial with minimal abs error compared to sin(x)/x
1 // polynomial for approximating cos(x)8 deg = 8; // polynomial degree12 // find even polynomial with minimal abs error compared to cos(x)
1 // polynomial for approximating sinpi(x)6 deg = 19; // polynomial degree10 // find even polynomial with minimal abs error compared to sinpi(x)
1 // polynomial for approximating sin(x)6 deg = 7; // polynomial degree10 // find even polynomial with minimal abs error compared to sin(x)/x
1 // polynomial for approximating log(1+x)11 // find log(1+x)/x polynomial with minimal relative error12 // (minimal relative error polynomial for log(1+x) is the same * x)
1 // polynomial used for __v_log(x)10 // find log(1+x)/x polynomial with minimal relative error11 // (minimal relative error polynomial for log(1+x) is the same * x)
1 // polynomial used for __v_log2f(x)13 // find log2(1+x)/x polynomial with minimal relative error14 // (minimal relative error polynomial for log2(1+x) is the same * x)
1 // polynomial for approximating cos(x)8 deg = 14; // polynomial degree12 // find even polynomial with minimal abs error compared to cos(x)
1 // polynomial used for __v_log10(x)10 // find log(1+x)/x polynomial with minimal relative error11 // (minimal relative error polynomial for log(1+x) is the same * x)
1 // polynomial for approximating log10f(1+x)13 // find log(1+x)/x polynomial with minimal relative error14 // (minimal relative error polynomial for log(1+x) is the same * x)
1 // polynomial for approximating log2(1+x)15 // find log2(1+x)/x polynomial with minimal relative error16 // (minimal relative error polynomial for log2(1+x) is the same * x)
1 // polynomial for approximating v_log10f(1+x)17 // find log10(1+x)/x polynomial with minimal relative error18 // (minimal relative error polynomial for log10(1+x) is the same * x)
1 // polynomial for approximating log10(1+x)15 // find log10(1+x)/x polynomial with minimal relative error16 // (minimal relative error polynomial for log10(1+x) is the same * x)
1 // polynomial for approximating atan(x) and atan2(y, x)6 // atan is odd, so approximate with an odd polynomial:
1 // polynomial for approximating e^x11 // find polynomial with minimal abs error
117 /* Coefficients of the polynomial used in the tgamma_large() subroutine */130 /* Coefficients of the polynomial used in the tgamma_tiny() subroutine */183 /* Coefficients of the polynomial used in the tgamma_central() subroutine196 /* Coefficients of the polynomial used in the tgamma_central() subroutine
1 // polynomial for approximating log(1+x)11 // find log(1+x) polynomial with minimal absolute error
1 // polynomial for approximating e^x12 // find polynomial with minimal abs error
1 // polynomial for approximating log2(1+x)15 // find log2(1+x) polynomial with minimal absolute error
1 // polynomial for approximating 2^x18 // find polynomial with minimal relative error
1 // polynomial for approximating 10^x21 // find polynomial with minimal relative error
1 // polynomial for approximating cbrt(x) in double precision
1 // polynomial for approximating cbrt(x) in single precision
1 // polynomial for approximating erf(x).