left, middle, and right Riemann sums

This commit is contained in:
Simon Gardling
2022-03-01 11:41:50 -05:00
parent 450874d2fd
commit 4028ba0a74
3 changed files with 52 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
#![allow(clippy::unused_unit)] // Fixes clippy keep complaining about wasm_bindgen
#![allow(clippy::type_complexity)] // Clippy, my types are fine.
mod egui_app;
mod function;