fix toggling extrema/roots

This commit is contained in:
Simon Gardling
2022-03-17 03:06:12 -04:00
parent a4b876111e
commit ab31d19db0
2 changed files with 21 additions and 15 deletions

View File

@@ -362,6 +362,8 @@ impl FunctionEntry {
&self.function.get_derivative_str(),
(self.integral_min_x - self.integral_max_x).abs() / (self.integral_num as f64),
self.derivative,
extrema,
roots,
)
}
}