Question: Write a C program using the for statement and the functions from the standard C library to print the table below. The range of values

Write a C program using the for statement and the functions from the standard C library to print the table below. The range of values of x starts from - 1 to n with a step of TT Note: n is defined as the constant M_PI in the math.h header. sin(x) cos(x) tan(x) exp(x) log(x) -3.14 -2.51 -1.88 -1.26 -0.63 0.00 0.63 1.26 1.88 2.51 3.14 -0.00 -0.59 -0.95 -0.95 -0.59 0.00 0.59 0.95 0.95 0.59 0.00 -1.00 -0.81 -0.31 0.31 0.81 1.00 0.81 0.31 -0.31 -0.81 -1.00 0.00 0.73 3.08 -3.08 -0.73 0.00 0.73 3.08 -3.08 -0.73 -0.00 0.04 0.08 0.15 0.28 0.53 1.00 1.87 3.51 6.59 12.35 23.14 nan nan nan nan nan -inf -0.46 0.23 0.63 0.92 1.14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
