/*------------------------------------------------------------*/ /* Program chapter4_1 */ /* */ /* This program prints 21 values of the sinc */ /* function in the interval [a,b] using */ /* computations within the main function. */ #include #include #define PI 3.141593 int main(void) { /* Declare variables. */ int k; double a, b, x_incr, new_x, sinc_x; /* Get interval endpoints from the user. */ printf("Enter endpoints a and b (a