MIF.c and horner.c are code for homework assignment 3, they take in three floats and print them back to you along with a table computing the sine of values between the first float and the second float in steps of size the third float. These evaluations are done using the Horner form of the 5th degree Taylor polynomial and C's built in sine function, the results are compared by determining the relative error. The program can be compiled with the command make and run using the command Andrew_HW3.