Re-exports§
pub use crate::polynomial::Polynomial;pub use crate::term::Term;pub use crate::term::VarFunction;
Modules§
Macros§
- const_
poly - Macro that expands to a
Polynomial<N, M>expression with inferred type. - count_
exprs - Macro to count the number of expressions (used to infer N and M).
- terms
- Macro to construct an array of
Term<N>instances.