runmat_runtime/builtins/math/poly/
mod.rs

1pub mod polyder;
2pub mod polyfit;
3pub mod polyint;
4pub mod polyval;
5pub mod roots;