Cycle is a symbolic mathematics library based on expression trees that focuses on correct, flexible and comprehensive manipulation of mathematical objects. Cycle can be used to study elementary and advanced mathematics, mostly in applied domains. It is in particular well suited for education and research in many areas, including for example physics, astronomy, biology and artificial intelligence.
To use cycle, you will need Git for cloning and a modern Rust version with Cargo for the compilation and testing, ```bash
$ git clone https://github.com/hrkz/cycle && cd cycle
$ cargo build
$ cargo test # Run the tests (optional)
$ cargo run # Run the interpreter (optional)
or with the crate
toml
[dependencies]
cycle = "0.3.0"
```
An extensive tutorial is currently under construction, but you can read the online documentation for the latest release. Note that the library is still in an early phase and API changes are expected.
We acknowledge the importance of reproducible research, in particular through open-access software. If you used Cycle, we ask that you cite the project in your work.