Module core

Module core 

Source
Expand description

Core mathematical types and operations

Re-exports§

pub use commutativity::Commutativity;
pub use constants::MathConstant;
pub use expression::Expression;
pub use expression::ExpressionClass;
pub use matrix::NumericMatrix;
pub use number::Number;
pub use polynomial::PolynomialClassification;
pub use polynomial::PolynomialError;
pub use polynomial::PolynomialProperties;
pub use symbol::Symbol;
pub use symbol::SymbolType;
pub use performance::*;

Modules§

commutativity
Commutativity tracking for expressions
constants
Mathematical constants
expression
Expression type and core functionality
matrix
number
Number type for exact arithmetic
performance
Performance optimization system for MathHook
polynomial
Unified Polynomial Module
symbol
Symbol type for variables and identifiers