#include "header.h" //Generates the maclaurin approaximation for sin to the 6th degree. double maclaurin(double x) { int degree=6, i; double y=0; for( i=0; i