| 1 | use crate::{Plot, PlotArg, XEnd}; |
| 2 | |
| 3 | #[derive(Debug, Clone)] |
| 4 | /// Use the Polynomial struct or polynomial() function to create a polynomial function that runs through all given points. |
nothing calls this directly
no outgoing calls
no test coverage detected