#include "header.h" //This preforms timing runs on all three methods. int timedsin(double *inputs,int top,double *times) { double a[max],b[max],c[max]; clock_t start, stop; int i; //FIRST preform the c_sin calculations! start=clock(); for (i=0;i