#include //Io #include //Pows and stuff. #include //Serves some purpose, I think it's atof(). #include //gives clock and timing controls. #include //For answering size questions. //Recall the -lm to link in the above math header file. //Recall the -pg to make data for the profiler afterwards int main(void); int collectinput(double *inputs); int timedsin(double *inputs,int top,double *times); int reportsin(double *inputs,int top, double* a, double* b, double* c); int reporttime(int count, double *times); //Sinc double sinc(double ); //maclaurin_X int factorial(int); double maclaurin(double ); //double modFloat(double in, double modulo); //All io is 0.0