#expression #computer #algebra #module #tree #symbolics

symbolics_core

Core expression module for the symbolics computer algebra library

4 releases

Uses old Rust 2015

0.1.5 Feb 4, 2019
0.1.4 Jan 29, 2019
0.1.2 Feb 18, 2018
0.1.0 Feb 16, 2018

#1342 in Math


Used in symbolics_calculus

MIT license

16KB
427 lines

symbolics_core

Core expression module for the symbolics computer algebra library

This library allows the creation of mathematical expressions containing symbols. The expressions form a tree, which can be traversed and manipulated with helper libraries. The library also allows substitution of expressions for symbols, which can be used to numerically evaluate expressions.

No runtime deps