clippy, be quiet
This commit is contained in:
parent
17916a2b23
commit
613c669f96
@ -49,6 +49,7 @@ impl FunctionOutput {
|
|||||||
/// Display output on PlotUi `plot_ui`
|
/// Display output on PlotUi `plot_ui`
|
||||||
/// Returns `f64` containing rounded integral area (if integrals are
|
/// Returns `f64` containing rounded integral area (if integrals are
|
||||||
/// disabled, it returns `f64::NAN`)
|
/// disabled, it returns `f64::NAN`)
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn display(
|
pub fn display(
|
||||||
&self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64,
|
&self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64,
|
||||||
derivative_enabled: bool, extrema: bool, roots: bool,
|
derivative_enabled: bool, extrema: bool, roots: bool,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user