This is just a part of it, but everything seems to be right except for an error I get.Code:printf("Approximate cos(%d) = %lf", xdeg, 1-(double pow(radians, 2)/2) + (double pow(radians, 4)/24);
Anyone know if this is a very simple mistake or is something wrong with my whole program?Code:test.c:32: error: parse error before "pow" test.c:32: error: parse error before ';' token



LinkBack URL
About LinkBacks


