HI,
I am trying to create a program to compute the Taylor series using only stdio.h. I basically need the values of sin and cosine from 0 degrees to 180 in incrementof 5 degrees. I got the...