Cycle is a symbolic mathematics and modeling library based on expression trees that focuses on numerical analysis and find applications in physics, astronomy, biology, artificial intelligence and many more.
Cycle's main objective is to help researchers from different areas to design models and build numerical simulations in a pleasant way, with performance and modularity.
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 tests (optional)
$ cargo run # Run the interpreter (optional)
or with the crate
toml
[dependencies]
cycle = "0.0.3"
```
| Plans | | | :----:| :----:| | :book: book \| docs | To get started with the library, learn the basics through the book, reference documentation and examples |