Crates.io | damndiff |
lib.rs | damndiff |
version | 0.1.7 |
source | src |
created_at | 2023-12-17 15:32:35.382785 |
updated_at | 2024-02-02 12:49:37.368944 |
description | Numerical methods for ODE |
homepage | |
repository | https://github.com/ScipioneParmigiano/damn-differential |
max_upload_size | |
id | 1072563 |
size | 62,026 |
Rust crate containing some numerical methods for ordinary differential equations (and systems of ordinary differential equations). Thanks to April Rains for inspiring the name.
cargo init your-project-name
damn-diff
as a dependency:
cargo add damndiff
use damndiff::*
We plan to incorporate a wider range of numerical methods to enhance the versatility and robustness of the library and to extend the various equation types to include:
Damn-differential welcomes contributions from the community to enhance its features, improve performance, and fix bugs. If you're interested in contributing, feel free to submit pull requests with your improvements.