Expand description
Doctor Syn a computer algebra system for rust macros.
Re-exports§
pub use expression::Expression;pub use expression::Parity;pub use name::Name;pub use variablelist::VariableList;pub use error::*;
Modules§
- error
- expression
- name
- polynomial
- Polynomial approximation for efficient function generation.
- transformation
- variablelist
- visitor
Macros§
Traits§
- Evaluateable
- TryFrom
- Simple and safe type conversions that may fail in a controlled
way under some circumstances. It is the reciprocal of
TryInto. - TryInto
- An attempted conversion that consumes
self, which may or may not be expensive.