### Will compile and profile the program:
gcc -pg main.c object.c trig.c convert.c -o main -lm
main
gprof main

### Other files:
# noopt.txt contains the nooptimized profiling.
# o1opt.txt -  	   -   O 	   -
# o2opt.txt -	   -   O2	   -

