bunch of changes

This commit is contained in:
Simon Gardling
2022-03-22 11:24:40 -04:00
parent 8191852f17
commit 133998ff63
5 changed files with 20 additions and 58 deletions

View File

@@ -2,7 +2,7 @@
use crate::function_output::FunctionOutput;
#[allow(unused_imports)]
use crate::misc::{debug_log, newtons_method, SteppedVector};
use crate::misc::{newtons_method, SteppedVector};
use crate::egui_app::{DEFAULT_FUNCION, DEFAULT_RIEMANN};
use crate::parsing::BackingFunction;