You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
src | 12 months ago | |
.gitignore | 12 months ago | |
Cargo.lock | 12 months ago | |
Cargo.toml | 12 months ago | |
README.md | 12 months ago | |
integration-by-trapezium-rule.iml | 12 months ago |
README.md
Fun little program that approximates the area under the curve. (Integration!) It does this by drawing trapezia under a curve, then adds more over time to get a better approximation of the real area.
This program is not very capable, and while it eventually creates a good approximation, it will take a while. This was written for fun and should not be used for anything serious! :)