Module polynomials

Module polynomials 

Source
Expand description

Polynomial Function Intelligence

Dedicated module for polynomial families with complete mathematical properties, recurrence relations, orthogonality, and educational explanations.

Re-exports§

pub use polynomial_eval::degree;
pub use polynomial_eval::expand;
pub use polynomial_eval::factor;
pub use polynomial_eval::roots;

Modules§

chebyshev
Chebyshev Polynomial Intelligence
evaluation
Polynomial Recurrence Evaluation Engine
hermite
Hermite Polynomial Intelligence
laguerre
Laguerre Polynomial Intelligence
legendre
Legendre Polynomial Intelligence
polynomial_eval
Polynomial function evaluations
symbolic
Symbolic Polynomial Expansion

Structs§

PolynomialIntelligence
Polynomial Function Intelligence Registry