mathtools A C program with tools to help out with simple math. To compile, <math.h> needs to be linked. With gcc, run gcc main.c -lm. TO-DO: Add Fraction Simplifiers Add solver for quintic and quartic functions