A crate to plot Fourier curves and Functions
Functions are a list of bounded polynomials
Bounded polynomials are polynomials valid between a user defined domain
Polynomials are simply a list of terms
Terms are a structure defined 'coef * x ^pow'
A list of curves
a curve is defined in the form 'mag * sin(fre * x + phase)'