small changes

This commit is contained in:
Simon Gardling
2022-03-22 09:02:12 -04:00
parent 16fd622f66
commit a09eaba43e
2 changed files with 19 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ impl BackingFunction {
.partial(0)
.unwrap_or_else(|_| EMPTY_FUNCTION.clone());
let derivative_1_str = derivative_1.unparse().to_owned().replace("{x}", "x");
let derivative_2 = function
.partial_iter([0, 0].iter())
.unwrap_or_else(|_| EMPTY_FUNCTION.clone());