| Crates.io | erosion |
| lib.rs | erosion |
| version | 0.1.4 |
| created_at | 2021-12-14 10:38:22.056648+00 |
| updated_at | 2021-12-15 21:16:36.108765+00 |
| description | A library to plot fourier curves and functions |
| homepage | |
| repository | |
| max_upload_size | |
| id | 497659 |
| size | 80,110 |
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)'