Expand description
Mathematical Function Properties
Defines the mathematical properties and capabilities for all function types. Inspired by SymPy’s comprehensive function system but optimized for performance.
Re-exports§
pub use rules::AntiderivativeRule;pub use rules::AntiderivativeRuleType;pub use rules::ConstantOfIntegration;pub use rules::DerivativeRule;pub use rules::DerivativeRuleType;pub use rules::Domain;pub use rules::DomainRangeData;pub use rules::EvaluationMethod;pub use rules::MathIdentity;pub use rules::Range;pub use rules::RecurrenceRule;pub use rules::SpecialValue;pub use rules::ThreeTermRecurrence;pub use elementary::ElementaryProperties;pub use elementary::UserProperties;pub use elementary::UserProperty;pub use special::AsymptoticData;pub use special::DifferentialEquation;pub use special::GeneratingFunction;pub use special::GeneratingFunctionType;pub use special::OrthogonalityData;pub use special::PolynomialFamily;pub use special::PolynomialProperties;pub use special::RodriguesFormula;pub use special::SpecialProperties;
Modules§
- elementary
- Elementary Function Properties
- rules
- Derivative and Antiderivative Rules
- special
- Special Function and Polynomial Properties
Enums§
- Function
Properties - Mathematical properties for all function types