Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / gen_interpolator_taps / simpson.h @ 5d69a524

History | View | Annotate | Download (67 Bytes)

1
double qsimp (double (*func)(double),
2
              double a, double b);
3